summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 41ac4f27c9..3bcbd8bbfe 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -56,6 +56,9 @@ Minor features
subclassed ``django.contrib.auth.hashers.PBKDF2PasswordHasher`` to change the
default value.
+* The ``BCryptSHA256PasswordHasher`` will now update passwords if its
+ ``rounds`` attribute is changed.
+
:mod:`django.contrib.gis`
^^^^^^^^^^^^^^^^^^^^^^^^^^