summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-02-27 16:58:47 -0500
committerMichael Merickel <michael@merickel.org>2014-02-27 16:58:47 -0500
commite175ffca6a3c005b61856d50802a289f0483cfb7 (patch)
treed6c280487d99a8f9b8be56b7bad5ef22a6898ee9 /CHANGES.txt
parent551e8c69a90883072b905c5b2eb19fd50fa53535 (diff)
downloadpyramid-e175ffca6a3c005b61856d50802a289f0483cfb7.tar.gz
pyramid-e175ffca6a3c005b61856d50802a289f0483cfb7.tar.bz2
pyramid-e175ffca6a3c005b61856d50802a289f0483cfb7.zip
update changelog
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 84d0694e3..434eab898 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,12 @@ Unreleased
- Avoid crash in ``pserve --reload`` under Py3k, when iterating over posiibly
mutated ``sys.modules``.
+- Fixed a bug in ``UnencryptedCookieSessionFactoryConfig`` and
+ ``SignedCookieSessionFactory`` where ``timeout=None`` would cause a new
+ session to always be created. Also in ``SignedCookieSessionFactory`` a
+ ``reissue_time=None`` would cause an exception when modifying the session.
+ See https://github.com/Pylons/pyramid/issues/1247
+
1.5b1 (2014-02-08)
==================