summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-20 10:13:55 -0400
committerChris McDonough <chrism@plope.com>2013-08-20 10:13:55 -0400
commitd07d167f6dcdc5ef03e8aaca3c953e984a5a5f1a (patch)
treed35c0da3c35fa8868780c8d83d7cf5a522629e0b /CHANGES.txt
parent84367e57afc0d5538e02f670834809933d9cab26 (diff)
downloadpyramid-d07d167f6dcdc5ef03e8aaca3c953e984a5a5f1a.tar.gz
pyramid-d07d167f6dcdc5ef03e8aaca3c953e984a5a5f1a.tar.bz2
pyramid-d07d167f6dcdc5ef03e8aaca3c953e984a5a5f1a.zip
raise ValueError instead of generating just path when _app_url is provided to request.route_url and the route has an external pattern
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b4fe60085..1eeb0ce7b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -142,9 +142,9 @@ 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.
+- 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
---------