summarylogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES76
1 files changed, 0 insertions, 76 deletions
diff --git a/CHANGES b/CHANGES
deleted file mode 100644
index c143312f36ad..000000000000
--- a/CHANGES
+++ /dev/null
@@ -1,76 +0,0 @@
-Changlog
-========
-
-The changelog of Captcha.
-
-Version 0.4
------------
-
-Released on Mar 15, 2022
-
-- Fix "'float' object cannot be interpreted as an integer" in Python 3.10.0
-
-
-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.