summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 49b452a..5d8ff44 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -36,6 +36,11 @@ Bugfixes
plain SHA256. This should strengthen the hash against brute-force attempts which bypass
the intermediary hash by using known-sha256-digest lookup tables (:issue:`114`).
+* .. py:currentmodule:: passlib.hash
+
+ :class:`bcrypt`: OS native backend wasn't being detected under Python 3 on BSD platforms.
+ This was due to an internal issue in feature-detection code, which has been fixed.
+
* :func:`passlib.utils.safe_crypt`: Support :func:`crypt.crypt` unexpectedly
returning bytes under Python 3 (:issue:`113`).