summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 93f25bd69..cd4647e82 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -39,7 +39,8 @@ Features
- Modify ``pyramid.authentication.AuthTktAuthenticationPolicy`` and
``pyramid.csrf.CookieCSRFStoragePolicy`` to support the SameSite option on
- cookies. See https://github.com/Pylons/pyramid/pull/3319
+ cookies and set the default to ``'Lax'``.
+ See https://github.com/Pylons/pyramid/pull/3319
- Added new ``pyramid.httpexceptions.HTTPPermanentRedirect``
exception/response object for a HTTP 308 redirect.