diff options
| author | Michael Merickel <michael@merickel.org> | 2016-04-10 22:09:29 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-04-10 22:09:29 -0500 |
| commit | fa43952e617ad68c52447da28fc7f5be23ff4b10 (patch) | |
| tree | 3391504f335ef293c8201dbd5b2e0a42b95b15f4 | |
| parent | b6187b09fb50ff7599815f2ffc2b061793d1f52b (diff) | |
| download | pyramid-fa43952e617ad68c52447da28fc7f5be23ff4b10.tar.gz pyramid-fa43952e617ad68c52447da28fc7f5be23ff4b10.tar.bz2 pyramid-fa43952e617ad68c52447da28fc7f5be23ff4b10.zip | |
add changelog for #2021
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4a61dbffa..2b3db8644 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,6 +33,13 @@ unreleased ``pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG`` See https://github.com/Pylons/pyramid/pull/2399 +- Add a new "view deriver" concept to Pyramid to allow framework authors to + inject elements into the standard Pyramid view pipeline and affect all + views in an application. This is similar to a decorator except that it + has access to options passed to ``config.add_view`` and can affect other + stages of the pipeline such as the raw response from a view or prior to + security checks. See https://github.com/Pylons/pyramid/pull/2021 + 1.6 (2015-04-14) ================ |
