summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-10 14:22:14 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-10 14:22:14 -0500
commitb31323a8a2f1ab624269a69e8f765c4ddafbe345 (patch)
tree6e94a1ae41e2ada95efb4838774a4b3fd464dbd4 /docs/history
parentc3f8a01a0e1a3e669e8a367afa0ed09e0e08f21f (diff)
downloadpasslib-b31323a8a2f1ab624269a69e8f765c4ddafbe345.tar.gz
added tests for parsehash() method; fixed argon2 error (fixes issue 97)
* UTs now has basic tests for parsehash() method * argon2: excluded some settings kwd aliases from parsehash() call
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index aa108a5..b1d5310 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -20,6 +20,10 @@ Bugfixes
(per the KeyURI spec). This should fix some compatibility issues with older TOTP clients
(:issue:`92`)
+* .. py:currentmodule:: passlib.hash
+
+ Fixed error in :meth:`argon2.parsehash` (:issue:`97`)
+
* **unittests**: ``crypt()`` unittests now account for linux systems running libxcrypt
(such as recent Fedora releases)