summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-08-08 00:18:17 -0500
committerMichael Merickel <michael@merickel.org>2018-08-08 18:40:21 -0500
commit9d6851286695842fc93c1adfc45c6fc8daff73fb (patch)
tree7f26aee71c7fdb9c95afc4f3066eb11340da2b82
parenta9cd71dd14eb357bd1a538e2763ab6b78f1bc047 (diff)
downloadpyramid-9d6851286695842fc93c1adfc45c6fc8daff73fb.tar.gz
pyramid-9d6851286695842fc93c1adfc45c6fc8daff73fb.tar.bz2
pyramid-9d6851286695842fc93c1adfc45c6fc8daff73fb.zip
add changelog for #3325
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6ccd69a47..9106c270f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -62,6 +62,12 @@ Bug Fixes
code. The old ``MIMEAccept`` has been deprecated. The new methods follow the
RFC's more closely. See https://github.com/Pylons/pyramid/pull/3251
+- Catch extra errors like ``AttributeError`` when unpickling "trusted"
+ session cookies with bad pickle data in them. This would occur when sharing
+ a secret between projects that shouldn't actually share session cookies,
+ like when reusing secrets between projects in development.
+ See https://github.com/Pylons/pyramid/pull/3325
+
Deprecations
------------