Skip to content

Commit

Permalink
add changelog for Pylons#3325
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Aug 8, 2018
1 parent d7f2529 commit eadf7a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down

0 comments on commit eadf7a2

Please sign in to comment.