diff options
| author | RamiC <olokki@gmail.com> | 2015-11-03 10:22:07 +0200 |
|---|---|---|
| committer | RamiC <olokki@gmail.com> | 2015-11-03 10:22:07 +0200 |
| commit | 81cd59826279dab5959a3e198eee75ab09910872 (patch) | |
| tree | 4b88fd8c21302acdce9d4a2a09185ee8bd110dc8 /CHANGES.txt | |
| parent | e2519d64b3dd1f53555a184eb38b5138ea9bc2f6 (diff) | |
| download | pyramid-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.txt | 5 |
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 ------------ |
