summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2016-06-30 13:05:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-30 12:05:04 -0500
commitc95966955b60a446e9d23af0b9500fbc5e43c0cc (patch)
tree317f85080dedac1a4d06ccf9bd2a8f8eea633599 /README.rst
parentc9c76210fad230995a6155287e8b92c49180eae4 (diff)
downloadpy-bcrypt-git-c95966955b60a446e9d23af0b9500fbc5e43c0cc.tar.gz
Inputing a 2y salt should output a 2y hash (#84)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0883286..b8c75a9 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,7 @@ Changelog
3.1.0
-----
* Added support for ``checkpw`` as another method of verifying a password.
+* Ensure that you get a ``$2y$`` hash when you input a ``$2y$`` salt.
3.0.0
-----