summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorRamiC <olokki@gmail.com>2015-11-03 10:22:07 +0200
committerRamiC <olokki@gmail.com>2015-11-03 10:22:07 +0200
commit81cd59826279dab5959a3e198eee75ab09910872 (patch)
tree4b88fd8c21302acdce9d4a2a09185ee8bd110dc8 /CHANGES.txt
parente2519d64b3dd1f53555a184eb38b5138ea9bc2f6 (diff)
downloadpyramid-81cd59826279dab5959a3e198eee75ab09910872.tar.gz
pyramid-81cd59826279dab5959a3e198eee75ab09910872.tar.bz2
pyramid-81cd59826279dab5959a3e198eee75ab09910872.zip
Include CHANGES entry for converting time related parameters of AuthTktCookieHelper and CookieSession
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
------------