summaryrefslogtreecommitdiff
path: root/docs/history/1.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/history/1.7.rst')
-rw-r--r--docs/history/1.7.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index cb497f2..12eb363 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -55,6 +55,13 @@ Bugfixes
Other Changes
-------------
+* .. py:currentmodule:: passlib.hash
+
+ :class:`bcrypt`: OS native backend now raises the new :exc:`~passlib.exc.PasswordValueError`
+ if password is provided as non-UTF8 bytes under python 3.
+ These can't be passed through, due to limitation in stdlib's :func:`!crypt.crypt`.
+ (Prior to this release, it would it incorrectly raise :exc:`~passlib.exc.MissingBackendError` instead).
+
* Modified some internals to help run on FIPS systems (:issue:`116`):
In particular, when MD5 hash is not available, :class:`~passlib.hash.hex_md5`