summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-10-20 13:54:16 -0400
committerChris McDonough <chrism@plope.com>2013-10-20 13:54:16 -0400
commitd79087c78c273eec3118a23243b9b93d353b09f2 (patch)
tree2e27851d6deda87aa2bb785c3847f72619b8f300 /CHANGES.txt
parentdc491c48cd313c7d92e141ea91d8904f635c71b5 (diff)
downloadpyramid-d79087c78c273eec3118a23243b9b93d353b09f2.tar.gz
pyramid-d79087c78c273eec3118a23243b9b93d353b09f2.tar.bz2
pyramid-d79087c78c273eec3118a23243b9b93d353b09f2.zip
rewording about deprecation and cookie compatibility
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 80bd78808..6fdc08398 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -44,6 +44,8 @@ Bug Fixes
allowing traversal to continue.
See https://github.com/Pylons/pyramid/issues/1104
+- Remove unused ``renderer`` argument from ``Configurator.add_route``.
+
Documentation
-------------
@@ -65,11 +67,13 @@ Backwards Incompatibilities
Deprecations
------------
-- The ``UnencryptedCookieSessionFactoryConfig`` has been deprecated and is
- superceded by the ``SignedCookieSessionFactory``. Cookies generated by
- the two factories are not compatible.
- See https://github.com/Pylons/pyramid/pull/1142
-- Remove unused ``renderer`` argument from ``Configurator.add_route``.
+- The ``pyramid.session.UnencryptedCookieSessionFactoryConfig`` API has been
+ deprecated and is superseded by the
+ ``pyramid.session.SignedCookieSessionFactory``. Note that while the cookies
+ generated by the ``UnencryptedCookieSessionFactoryConfig``
+ are compatible with cookies generated by old releases, cookies generated by
+ the SignedCookieSessionFactory are not. See
+ https://github.com/Pylons/pyramid/pull/1142
1.5a2 (2013-09-22)
==================