summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-24 21:58:49 -0500
committerChris McDonough <chrism@plope.com>2011-01-24 21:58:49 -0500
commit42a58bb29f922b381b7db0f1bdb63cd48e699f29 (patch)
tree0ddc5c476387d4d6c25f223b3b7799e0c85136c7
parent29c28f1fdc46f1d33aae2b50afc1cfce516aac20 (diff)
downloadpyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.tar.gz
pyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.tar.bz2
pyramid-42a58bb29f922b381b7db0f1bdb63cd48e699f29.zip
wording
-rw-r--r--CHANGES.txt7
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)