diff options
| author | Michael Merickel <michael@merickel.org> | 2016-08-31 23:16:04 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-08-31 23:16:04 -0500 |
| commit | c8530bde0d2cd2f4d53c0ca6e45ac463dfef7397 (patch) | |
| tree | 5026d577d75c8f056c47f3a8beb13051fdfcb97f /CHANGES.txt | |
| parent | 9f7747269ee369a4530011e995e91bba17077c28 (diff) | |
| download | pyramid-c8530bde0d2cd2f4d53c0ca6e45ac463dfef7397.tar.gz pyramid-c8530bde0d2cd2f4d53c0ca6e45ac463dfef7397.tar.bz2 pyramid-c8530bde0d2cd2f4d53c0ca6e45ac463dfef7397.zip | |
add changelog for #2715
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 198dfaab5..aa17f501b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,14 @@ Bug Fixes ``format`` setting to the ``proutes`` script. See https://github.com/Pylons/pyramid/pull/2714 +- Fix a ``RuntimeWarning`` emitted by WebOb when using arbitrary objects + as the ``userid`` in the ``AuthTktAuthenticationPolicy``. This is now caught + by the policy and the object is serialized as a base64 string to avoid + the cryptic warning. Since the userid will be read back as a string on + subsequent requests a more useful warning is emitted encouraging you to + use a primitive type instead. + See https://github.com/Pylons/pyramid/pull/2715 + Deprecations ------------ |
