From 42a58bb29f922b381b7db0f1bdb63cd48e699f29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 24 Jan 2011 21:58:49 -0500 Subject: wording --- CHANGES.txt | 7 +++---- 1 file 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) -- cgit v1.2.3