summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-12-12 08:02:56 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-12-11 19:02:56 -0500
commitf2ddbf3a758198ddcb4699f31d93db11d4541f8f (patch)
treec6c89c57170de7d9ecea0c0a01a666b807564306 /README.rst
parent5e6bf06e5b83c9eaa119dae029c4bf191ee094c4 (diff)
downloadpy-bcrypt-git-f2ddbf3a758198ddcb4699f31d93db11d4541f8f.tar.gz
changelog and bump version to 3.1.5 (#161)3.1.5
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 22dc18c..77358b9 100644
--- a/README.rst
+++ b/README.rst
@@ -42,6 +42,14 @@ While bcrypt remains a good choice for password storage depending on your specif
Changelog
=========
+3.1.5
+-----
+
+* Added support for compilation on AIX.
+* Dropped Python 2.6 and 3.3 support.
+* Switched to using ``abi3`` wheels for Python 3. If you are not getting a
+ wheel on a compatible platform please upgrade your ``pip`` version.
+
3.1.4
-----