summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3b652ba..6496b71 100644
--- a/README.rst
+++ b/README.rst
@@ -51,10 +51,12 @@ While bcrypt remains an acceptable choice for password storage, depending on you
Changelog
=========
-4.1.0
+4.0.1
-----
* We now build PyPy ``manylinux`` wheels.
+* Fixed a bug where passing an invalid ``salt`` to ``checkpw`` could result in
+ a ``pyo3_runtime.PanicException``. It now correctly raises a ``ValueError``.
4.0.0
-----