summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@digitalartefacts.com>2013-10-19 01:12:20 -0500
committerMichael Merickel <michael@digitalartefacts.com>2013-10-19 01:12:20 -0500
commit10c6857185e299b4c6932c2a378ad3adb14867d8 (patch)
tree575b49446a85600a2b240aaea5e6be0a1313db3a /CHANGES.txt
parentb0b09c9bfb4924ce22627f4da94d3216829d5ec8 (diff)
downloadpyramid-10c6857185e299b4c6932c2a378ad3adb14867d8.tar.gz
pyramid-10c6857185e299b4c6932c2a378ad3adb14867d8.tar.bz2
pyramid-10c6857185e299b4c6932c2a378ad3adb14867d8.zip
add deprecation for old cookie factory
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 550dd0a39..feea11def 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,12 @@ Bug Fixes
allowing traversal to continue.
See https://github.com/Pylons/pyramid/issues/1104
+Deprecations
+------------
+
+- The ``UnencryptedCookieSessionFactoryConfig`` has been deprecated and will
+ be replaced by the ``SignedCookieSessionFactory``.
+
1.5a2 (2013-09-22)
==================