From 28dba04ad96aca432b1b55719c960c7e8837191c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 10 Sep 2012 23:51:17 -0400 Subject: - ``pyramid.testing.DummyRequest`` now supports methods supplied by the ``pyramid.util.InstancePropertyMixin`` class such as ``set_property``. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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 ------------ -- cgit v1.2.3