diff options
| author | Chris McDonough <chrism@plope.com> | 2015-02-17 20:34:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-02-17 20:34:50 -0500 |
| commit | 5fff455548067480c820da2f64bc0b9c16a916a0 (patch) | |
| tree | e2c6d6a35a8f447ce75bfb221242b1631e1e527e /CHANGES.txt | |
| parent | 4dacb8c24efe98cb14b3ef89f6c9a8b2fd196790 (diff) | |
| parent | 4f28c2e2bd59c3fdbfc784d2ba8ef569bbe3b484 (diff) | |
| download | pyramid-5fff455548067480c820da2f64bc0b9c16a916a0.tar.gz pyramid-5fff455548067480c820da2f64bc0b9c16a916a0.tar.bz2 pyramid-5fff455548067480c820da2f64bc0b9c16a916a0.zip | |
Merge branch 'feature.re-entrant-config'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 596e5f506..f2bedbcc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,14 @@ Next release Features -------- +- The ``pyramid.config.Configurator`` has grown the ability to allow + actions to call other actions during a commit-cycle. This enables much more + logic to be placed into actions, such as the ability to invoke other actions + or group them for improved conflict detection. We have also exposed and + documented the config phases that Pyramid uses in order to further assist + in building conforming addons. + See https://github.com/Pylons/pyramid/pull/1513 + - 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 |
