summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorHunter Senft-Grupp <huntcsg@gmail.com>2018-05-15 23:29:26 -0400
committerHunter Senft-Grupp <huntcsg@gmail.com>2018-05-15 23:29:26 -0400
commitf6aee3428aa70bc8d09ccee46076d0f415c3965d (patch)
treef9181bc6979166825671a22fe7f94f16ad0004df /CHANGES.rst
parent4c2d428ca352f531ba697f913a28aa8c451359bc (diff)
downloadpyramid-f6aee3428aa70bc8d09ccee46076d0f415c3965d.tar.gz
pyramid-f6aee3428aa70bc8d09ccee46076d0f415c3965d.tar.bz2
pyramid-f6aee3428aa70bc8d09ccee46076d0f415c3965d.zip
Updated CHANGES.rst and fixed versionadded to be correct
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 4cb8ba44b..24122eb72 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
---------