diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-11 01:18:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-11 01:18:20 -0400 |
| commit | 73598739fbd0596ef15b15f827d6a47fb5862a98 (patch) | |
| tree | aca75557019676b83065c7fed5e953f8063b3ca3 /CHANGES.txt | |
| parent | 28dba04ad96aca432b1b55719c960c7e8837191c (diff) | |
| download | pyramid-73598739fbd0596ef15b15f827d6a47fb5862a98.tar.gz pyramid-73598739fbd0596ef15b15f827d6a47fb5862a98.tar.bz2 pyramid-73598739fbd0596ef15b15f827d6a47fb5862a98.zip | |
- Request properties and methods added via ``config.set_request_property`` or
``config.add_request_method`` are now available to tweens.
- Request properties and methods added via ``config.set_request_property`` or
``config.add_request_method`` are now available in the request object
returned from ``pyramid.paster.bootstrap``.
Related partially to issue #520 and issue #538 and issue #596, although it doesn't actually allow us to close any of them, because we still don't issue a newrequest event when bootstrap is used.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 693cb4fc6..d510731fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -147,6 +147,16 @@ Features - ``pyramid.testing.DummyRequest`` now supports methods supplied by the ``pyramid.util.InstancePropertyMixin`` class such as ``set_property``. +- Request properties and methods added via ``config.set_request_property`` or + ``config.add_request_method`` are now available to tweens. + +- Request properties and methods added via ``config.set_request_property`` or + ``config.add_request_method`` are now available to tweens. + +- Request properties and methods added via ``config.set_request_property`` or + ``config.add_request_method`` are now available in the request object + returned from ``pyramid.paster.bootstrap``. + Deprecations ------------ |
