summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-05-15 23:48:25 -0500
committerGitHub <noreply@github.com>2018-05-15 23:48:25 -0500
commit7267a4491d0009517fdac2bfd0af78f19934efba (patch)
treed786162d971e2290a6fac5a2ce5c5b0c993ef038 /CHANGES.rst
parent07378673d8eb974069cbae2cd111eb03a9853910 (diff)
parentf6aee3428aa70bc8d09ccee46076d0f415c3965d (diff)
downloadpyramid-7267a4491d0009517fdac2bfd0af78f19934efba.tar.gz
pyramid-7267a4491d0009517fdac2bfd0af78f19934efba.tar.bz2
pyramid-7267a4491d0009517fdac2bfd0af78f19934efba.zip
Merge pull request #3279 from huntcsg/master
Add Configurator context manager 'route_prefix_context' to allow for …
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1771026fc..d24fb24e8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,11 @@ Features
imports from `cherrypy.wsgiserver`.
See https://github.com/Pylons/pyramid/pull/3235
+- Add a context manager ``route_prefix_context`` to the
+ ``pyramid.config.Configurator`` to allow for convenient setting of the
+ route_prefix for ``include`` and ``add_route`` calls inside the context.
+ See https://github.com/Pylons/pyramid/pull/3279
+
Bug Fixes
---------