summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-17 18:58:53 -0600
committerMichael Merickel <michael@merickel.org>2015-02-17 18:58:53 -0600
commit568a025d3156ee1e7bdf92e14c9eba7390c1dd26 (patch)
treeddbe02d150246bec02295f43bc36eeae3f518bb4 /CHANGES.txt
parentd4333972ad328f06262ba55ef2a3d24963da95b0 (diff)
downloadpyramid-568a025d3156ee1e7bdf92e14c9eba7390c1dd26.tar.gz
pyramid-568a025d3156ee1e7bdf92e14c9eba7390c1dd26.tar.bz2
pyramid-568a025d3156ee1e7bdf92e14c9eba7390c1dd26.zip
expose public config phases in pyramid.config
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1c82e5f27..f2bedbcc9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,9 @@ 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.
+ 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