diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-11 07:45:13 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-11 07:45:13 -0400 |
| commit | 876fb62b301f321ff08c0f2e4e99372c9ce4a839 (patch) | |
| tree | 36948ec8128befb5b73777c52e30ba29a71207ef | |
| parent | bc4d359ea25ddc5ec8b0b82144115fb704c81669 (diff) | |
| download | pyramid-876fb62b301f321ff08c0f2e4e99372c9ce4a839.tar.gz pyramid-876fb62b301f321ff08c0f2e4e99372c9ce4a839.tar.bz2 pyramid-876fb62b301f321ff08c0f2e4e99372c9ce4a839.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9859fbf14..79ce21e00 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,10 @@ Bug Fixes - The ``pryamid.view.view_config`` decorator did not accept a ``match_params`` predicate argument. See https://github.com/Pylons/pyramid/pull/308 +- The AuthTktCookieHelper could potentially generate Unicode headers + inappropriately when the ``tokens`` argument to remember was used. See + https://github.com/Pylons/pyramid/pull/314. + Backwards Incompatibilities --------------------------- |
