diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-24 21:58:49 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-24 21:58:49 -0500 |
| commit | 42a58bb29f922b381b7db0f1bdb63cd48e699f29 (patch) | |
| tree | 0ddc5c476387d4d6c25f223b3b7799e0c85136c7 | |
| parent | 29c28f1fdc46f1d33aae2b50afc1cfce516aac20 (diff) | |
| download | pyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.tar.gz pyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.tar.bz2 pyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.zip | |
wording
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fa6e07012..dc8405be8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,10 +26,9 @@ Bug Fixes https://github.com/Pylons/pyramid/issues#issue/106 - A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which - would break any usage of an AuthTktAuthenticationPolicy when an auth tkt - authentication policy was configured to reissue its tokens - (``reissue_time`` < ``timeout`` / ``max_age``). Symptom: ``ValueError: - ('Invalid token %r', '')``. See + would break any usage of an AuthTktAuthenticationPolicy when one was + configured to reissue its tokens (``reissue_time`` < ``timeout`` / + ``max_age``). Symptom: ``ValueError: ('Invalid token %r', '')``. See https://github.com/Pylons/pyramid/issues#issue/108. 1.0b1 (2011-01-21) |
