summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-08-04 19:15:54 -0500
committerMichael Merickel <michael@merickel.org>2018-08-04 19:15:54 -0500
commitf997988c09cb6e5a7c27e41872b5e724a749e96e (patch)
tree2e388784f571685b9a0dcff1450420e9e6d47e8f
parent0ed6b99691f1392f9adbf61a9c0ffd7d8a46251f (diff)
downloadpyramid-f997988c09cb6e5a7c27e41872b5e724a749e96e.tar.gz
pyramid-f997988c09cb6e5a7c27e41872b5e724a749e96e.tar.bz2
pyramid-f997988c09cb6e5a7c27e41872b5e724a749e96e.zip
syntax
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1e412eab7..6ccd69a47 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -30,8 +30,8 @@ Features
route_prefix for ``include`` and ``add_route`` calls inside the context.
See https://github.com/Pylons/pyramid/pull/3279
-- Modify the builtin session implementations to support SameSite options on
- cookies and set the default to ``'Lax'``. This affects
+- Modify the builtin session implementations to support ``SameSite`` options
+ on cookies and set the default to ``'Lax'``. This affects
``pyramid.session.BaseCookieSessionFactory``,
``pyramid.session.SignedCookieSessionFactory``, and
``pyramid.session.UnencryptedCookieSessionFactoryConfig``.