summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-02-21 21:52:14 -0600
committerMichael Merickel <michael@merickel.org>2014-02-21 21:52:14 -0600
commitadcacf48dbf6eb84a1c1661918f3fb093a929bc2 (patch)
tree438052c52587fbd0f99612a5ecc3514cb6364914 /CHANGES.txt
parent69b613db258d71caa925f0165030b9974a1610ca (diff)
downloadpyramid-adcacf48dbf6eb84a1c1661918f3fb093a929bc2.tar.gz
pyramid-adcacf48dbf6eb84a1c1661918f3fb093a929bc2.tar.bz2
pyramid-adcacf48dbf6eb84a1c1661918f3fb093a929bc2.zip
support high-order characters in UnencryptedCookieSessionFactoryConfig secrets
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 84d0694e3..6372c904d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Unreleased
- Avoid crash in ``pserve --reload`` under Py3k, when iterating over posiibly
mutated ``sys.modules``.
+- ``UnencryptedCookieSessionFactoryConfig`` failed if the secret contained
+ higher order characters. See https://github.com/Pylons/pyramid/issues/1246
+
1.5b1 (2014-02-08)
==================