summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2015-11-12 21:45:19 -0700
committerBert JW Regeer <bertjw@regeer.org>2015-11-12 21:45:19 -0700
commit2c27c33e45350d98f577bf3e14fda7d66b79904d (patch)
tree5dbf0225dd561dcaeee07d004062cc812f1c289c /CHANGES.txt
parentd1adc290805de2666c6c8c16ab8a85301861d988 (diff)
parent81cd59826279dab5959a3e198eee75ab09910872 (diff)
downloadpyramid-2c27c33e45350d98f577bf3e14fda7d66b79904d.tar.gz
pyramid-2c27c33e45350d98f577bf3e14fda7d66b79904d.tar.bz2
pyramid-2c27c33e45350d98f577bf3e14fda7d66b79904d.zip
Merge pull request #2050
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8b63cf847..aefb166dc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -232,6 +232,11 @@ Bug Fixes
shell a little more straightfoward.
See https://github.com/Pylons/pyramid/pull/1883
+- Fix an issue when user passes unparsed strings to ``pyramid.session.CookieSession``
+ and ``pyramid.authentication.AuthTktCookieHelper`` for time related parameters
+ ``timeout``, ``reissue_time``, ``max_age`` that expect an integer value.
+ See https://github.com/Pylons/pyramid/pull/2050
+
Deprecations
------------