diff options
author | Donald Stufft <donald@stufft.io> | 2016-06-30 13:05:04 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-06-30 12:05:04 -0500 |
commit | c95966955b60a446e9d23af0b9500fbc5e43c0cc (patch) | |
tree | 317f85080dedac1a4d06ccf9bd2a8f8eea633599 /README.rst | |
parent | c9c76210fad230995a6155287e8b92c49180eae4 (diff) | |
download | py-bcrypt-git-c95966955b60a446e9d23af0b9500fbc5e43c0cc.tar.gz |
Inputing a 2y salt should output a 2y hash (#84)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ----- |