summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9e967e5c5..d329c260d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -182,8 +182,9 @@ Deprecations
renderer='some/renderer.pt')
This deprecation was done to reduce confusion observed in IRC, as well as
- to (eventually) reduce documentation burden. A deprecation warning is now
- issued when any view-related parameter is passed to
+ to (eventually) reduce documentation burden (see also
+ https://github.com/Pylons/pyramid/issues/164). A deprecation warning is
+ now issued when any view-related parameter is passed to
``Configurator.add_route``.
Behavior Changes