summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@digitalartefacts.com>2013-10-19 02:02:19 -0500
committerMichael Merickel <michael@digitalartefacts.com>2013-10-19 02:02:27 -0500
commit8385569b371a2586acf1680937ca656136c2502c (patch)
treef8c6b8c7a0b13f9d81e88a16746512b5003dccfe
parent8df7a71d99bbeb7819e8a2752012d51202669aa6 (diff)
downloadpyramid-8385569b371a2586acf1680937ca656136c2502c.tar.gz
pyramid-8385569b371a2586acf1680937ca656136c2502c.tar.bz2
pyramid-8385569b371a2586acf1680937ca656136c2502c.zip
reference github issues
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a9b9814f3..f67291ca5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,12 +14,14 @@ Features
signing content. The custom serializer arguments to this function should
only focus on serializing, unlike its predecessor which required the
serializer to also perform signing.
+ See https://github.com/Pylons/pyramid/pull/1142
- Added a new ``BaseCookieSessionFactory`` which acts as a generic cookie
factory that can be used by framework implementors to create their own
session implementations. It provides a reusable API which focuses strictly
on providing a dictionary-like object that properly handles renewals,
timeouts, and conformance with the ``ISession`` API.
+ See https://github.com/Pylons/pyramid/pull/1142
Bug Fixes
---------
@@ -36,6 +38,7 @@ 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
1.5a2 (2013-09-22)
==================