summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
------------