From 81cd59826279dab5959a3e198eee75ab09910872 Mon Sep 17 00:00:00 2001 From: RamiC Date: Tue, 3 Nov 2015 10:22:07 +0200 Subject: Include CHANGES entry for converting time related parameters of AuthTktCookieHelper and CookieSession --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ------------ -- cgit v1.2.3