summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2019-11-10 14:47:55 -0500
committerEli Collins <elic@assurancetechnologies.com>2019-11-10 14:47:55 -0500
commita945d60e814337e668c647a043bfd6adcbd9d47e (patch)
tree6c737fb1a86f7a8e7f028f84959c3961efdbb196 /docs/history
parentff5754b5bf7caaccab3cea32392a7b6b50e47137 (diff)
downloadpasslib-a945d60e814337e668c647a043bfd6adcbd9d47e.tar.gz
argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too old.
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 48a1963..3e208b8 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -41,6 +41,11 @@ Other Changes
* **setup.py**: now honors ``$SOURCE_DATE_EPOCH`` to help with reproducible builds
+* .. py:currentmodule:: passlib.hash
+
+ :class:`argon2`: Now throws helpful error if "argon2" package is actually an incompatible
+ or supported version of argon2_cffi (:issue:`99`).
+
* **documentation**: Various updates & corrections.
**1.7.1** (2017-1-30)