diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-10 23:51:17 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-10 23:51:17 -0400 |
| commit | 28dba04ad96aca432b1b55719c960c7e8837191c (patch) | |
| tree | 32784d761e24034bf049e08cd0a53afe720d3e39 /CHANGES.txt | |
| parent | e0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df (diff) | |
| download | pyramid-28dba04ad96aca432b1b55719c960c7e8837191c.tar.gz pyramid-28dba04ad96aca432b1b55719c960c7e8837191c.tar.bz2 pyramid-28dba04ad96aca432b1b55719c960c7e8837191c.zip | |
- ``pyramid.testing.DummyRequest`` now supports methods supplied by the
``pyramid.util.InstancePropertyMixin`` class such as ``set_property``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 95a435ef4..693cb4fc6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -144,6 +144,9 @@ Features to influence how the sessions are marshalled (by default this is done with HMAC+pickle). +- ``pyramid.testing.DummyRequest`` now supports methods supplied by the + ``pyramid.util.InstancePropertyMixin`` class such as ``set_property``. + Deprecations ------------ |
