summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTom Lazar <tomster@pyfidelity.com>2013-08-17 15:48:38 +0200
committerTom Lazar <tomster@pyfidelity.com>2013-08-17 15:48:38 +0200
commit8a8eff5c12e161edf3fcf6942e784ef8126d696d (patch)
tree0526559be8cec905a138458a735d78d893579b82 /CHANGES.txt
parentdf413c8308a99612e247469300aeb28544041f82 (diff)
downloadpyramid-8a8eff5c12e161edf3fcf6942e784ef8126d696d.tar.gz
pyramid-8a8eff5c12e161edf3fcf6942e784ef8126d696d.tar.bz2
pyramid-8a8eff5c12e161edf3fcf6942e784ef8126d696d.zip
update changelog
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 48efad6d4..83bf0bb64 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -139,6 +139,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
---------