summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-16 23:43:47 -0600
committerMichael Merickel <michael@merickel.org>2015-02-16 23:43:47 -0600
commit6ea099ded65ff671c26753b9b30e4d19b3c47b81 (patch)
tree0aa94b5b8247fc484f092b2c45d19116276b7bdf /CHANGES.txt
parentcd298a4fde2b7c171417b7460a6128996a3db691 (diff)
parent2f0ba093f1bd50fd43e0a55f244b90d1fe50ff19 (diff)
downloadpyramid-6ea099ded65ff671c26753b9b30e4d19b3c47b81.tar.gz
pyramid-6ea099ded65ff671c26753b9b30e4d19b3c47b81.tar.bz2
pyramid-6ea099ded65ff671c26753b9b30e4d19b3c47b81.zip
Merge pull request #1581 from Pylons/feature.unittest-request-methods
add InstancePropertyHelper and apply_request_extensions
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 37803b3ed..8cee9c09d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,12 @@ Next release
Features
--------
+- Add ``pyramid.request.apply_request_extensions`` function which can be
+ used in testing to apply any request extensions configured via
+ ``config.add_request_method``. Previously it was only possible to test
+ the extensions by going through Pyramid's router.
+ See https://github.com/Pylons/pyramid/pull/1581
+
- pcreate when run without a scaffold argument will now print information on
the missing flag, as well as a list of available scaffolds.
See https://github.com/Pylons/pyramid/pull/1566 and