From 0ad05afc020d2790048d4ca85d936b4ea79eae13 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 9 Aug 2018 18:04:42 -0400 Subject: address review comments by rayedo --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES.rst') 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. -- cgit v1.2.3