summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-31 17:08:10 -0600
committerMichael Merickel <michael@merickel.org>2019-12-31 17:08:10 -0600
commit7820b922cc1b87147cc60288dff0bbdfd7b5bc8a (patch)
tree6763a89f00d685f8ebec02e902124e898a63cbbc /CHANGES.rst
parent4d7c139e21a7e4529c68560b2ea3d35ff7bdceb0 (diff)
downloadpyramid-7820b922cc1b87147cc60288dff0bbdfd7b5bc8a.tar.gz
pyramid-7820b922cc1b87147cc60288dff0bbdfd7b5bc8a.tar.bz2
pyramid-7820b922cc1b87147cc60288dff0bbdfd7b5bc8a.zip
be more specific
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 650e7a34f..9f16b06ea 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -156,8 +156,8 @@ Backward Incompatibilities
``require_csrf`` view option to enable automatic CSRF checking.
See https://github.com/Pylons/pyramid/pull/3521
-- Changed the ``hashalg`` on ``pyramid.authentication.AuthTktCookieHelper`` to
- ``sha512``.
+- Changed the default ``hashalg`` on
+ ``pyramid.authentication.AuthTktCookieHelper`` to ``sha512``.
See https://github.com/Pylons/pyramid/pull/3557
Documentation Changes