summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-08-19 21:53:10 -0500
committerMichael Merickel <michael@merickel.org>2013-08-19 21:53:10 -0500
commitc14c8d7c86bd5cad207fab9acc053dc723dd2acf (patch)
tree35dc7e54a4a739a0f5abf37f4e80c7f332c0b40c /CHANGES.txt
parent4aec433291dc7b0c08d27fe6352ecf7585052e73 (diff)
parenta6aa55360986b008b086551ea7414d3bf6e054e9 (diff)
downloadpyramid-c14c8d7c86bd5cad207fab9acc053dc723dd2acf.tar.gz
pyramid-c14c8d7c86bd5cad207fab9acc053dc723dd2acf.tar.bz2
pyramid-c14c8d7c86bd5cad207fab9acc053dc723dd2acf.zip
Merge branch 'feature.issue611-external-static-routes' of tomster/pyramid into feature.external-routes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b805a12a0..b4fe60085 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -142,6 +142,10 @@ Features
- The ``alchemy`` scaffold tests now provide better coverage. See
https://github.com/Pylons/pyramid/pull/1029
+- The ``pyramid.config.Configurator.add_route`` method now supports being called
+ with an external URL as pattern. See https://github.com/Pylons/pyramid/issues/611
+ for more information.
+
Bug Fixes
---------