forked from guilhermetavares/python-cielo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
76 lines (54 loc) · 815 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
1.6.1
=====
- parse Cielo return to logs
1.6.0
=====
- Fix capture logs, code format
1.5.9
=====
- Add get_authorized logs
1.5.8
=====
- Fix text lenght less than mask size
1.5.7
=====
- Fix on regex to consider all ocurrences
1.5.6
=====
- Only card number will be masked
1.5.5
=====
- Masked logs
1.5.4
=====
- Payload logs
1.5.3
=====
- Fix logging file to payments
1.5.2
=====
- Fix logging file to api_payments
1.5.1
=====
- Add logs on create_token and capture methods
1.5.0
=====
- Missing some python3 needs
1.4.0
=====
- Add python3 support
1.3.0
=====
- Add templates dir to package
1.2.0
=====
- Make master equal to update_ssl branch
1.1.1
=====
- Add CHANGES.txt to manifest
1.1.0
=====
- Fix package name
1.0.0
=====
- First packaged version.