summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-01 18:51:04 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-01 18:51:04 +0000
commitb2481c5a01cd10764ebcdacb0a084beaa0a90e68 (patch)
treea32a476c5dbed03249b30e4736de629572bfa9cf
parent22e72d7ab95f3c1b363e6b9b13d5b35e72866647 (diff)
downloadpyramid-b2481c5a01cd10764ebcdacb0a084beaa0a90e68.tar.gz
pyramid-b2481c5a01cd10764ebcdacb0a084beaa0a90e68.tar.bz2
pyramid-b2481c5a01cd10764ebcdacb0a084beaa0a90e68.zip
-rw-r--r--CHANGES.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0c588a8ab..07a702383 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,8 +16,7 @@ Bug Fixes
declarations: rename ``renderer`` attribute to ``view_renderer``.
- Header values returned by the ``authtktauthenticationpolicy``
- ``remember`` and ``forget`` methods would be of type ``unicode`` if
- the ``cookie_name`` attribute was used in the ZCML declaration.
+ ``remember`` and ``forget`` methods would be of type ``unicode``.
This violated the WSGI spec, causing a ``TypeError`` to be raised
when these headers were used under ``mod_wsgi``.