summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-12-17 13:25:43 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2016-12-17 14:25:43 -0500
commitfdd28f4f96f5095090d57d10fb59b8d59a909ab7 (patch)
tree69a493daf3883ad05f7c338bbea75d7cda887587 /README.rst
parent044605b6877da8db60ec1aa23a24356b9eb95631 (diff)
downloadpy-bcrypt-git-fdd28f4f96f5095090d57d10fb59b8d59a909ab7.tar.gz
3.1.2 changelog and version bump (#101)3.1.2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ce04af0..fc08199 100644
--- a/README.rst
+++ b/README.rst
@@ -37,6 +37,12 @@ For Fedora and RHEL-derivatives, the following command will ensure that the requ
Changelog
=========
+3.1.2
+-----
+* Fixed a compile issue affecting big endian platforms.
+* Fixed invalid escape sequence warnings on Python 3.6.
+* Fixed building in non-UTF8 environments on Python 2.
+
3.1.1
-----
* Resolved a ``UserWarning`` when used with ``cffi`` 1.8.3.