forked from lepture/captcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
68 lines (39 loc) · 955 Bytes
/
CHANGES
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
Changlog
========
The changelog of Captcha.
Version 0.3
-----------
Released on Nov 6, 2018
- Support Python 3.5, 3.6, 3.7
Version 0.2.4
-------------
Released on Jul 14, 2017
- Fix compatibility with PIL
https://github.com/lepture/captcha/pull/18
Version 0.2.3
-------------
Released on Jun 21, 2017
- Fix image width bug
- Fix non-integer error
Version 0.2.2
-------------
Released on Mar 17, 2017
- Fix memory leak
Version 0.2.1
-------------
Released on Oct 4, 2015.
- Fix AudioCaptcha in Python 3
- Improve ImageCaptcha
Version 0.2
-----------
Released on Aug 12, 2015.
- File format of Image CAPTCHA can be specified
Version 0.1.1
-------------
Released on Dec 2, 2014, this is a bugfix release.
- Use cStringIO in Python 2 instead of BytesIO
- Fix random.randint for Python 3
- Add font_sizes parameters for ImageCaptcha when width is too small
Version 0.1
-----------
Released on Nov 27, 2014, the very first release.