diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-16 22:14:24 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-16 22:14:24 -0600 |
| commit | 46bc7fd9e221a084ca2f4d0cb8b158d2e239c373 (patch) | |
| tree | de6d7cc497e2a04091d7e58e1265e0ea03668d2b | |
| parent | 04cc91a7ac2d203e5acda41aa7c4975f78171274 (diff) | |
| download | pyramid-46bc7fd9e221a084ca2f4d0cb8b158d2e239c373.tar.gz pyramid-46bc7fd9e221a084ca2f4d0cb8b158d2e239c373.tar.bz2 pyramid-46bc7fd9e221a084ca2f4d0cb8b158d2e239c373.zip | |
update changelog for #1581
| -rw-r--r-- | CHANGES.txt | 6 |
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 |
