summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-25 02:12:54 -0500
committerChris McDonough <chrism@plope.com>2010-12-25 02:12:54 -0500
commitf5bafd1da8da405936bae032d20dba545922860e (patch)
tree9c912d12c443ea8b18e7ab387954d417cb8ea182 /CHANGES.txt
parent781f9e02e0433a77e78f07f28e5b7d2064e73af4 (diff)
downloadpyramid-f5bafd1da8da405936bae032d20dba545922860e.tar.gz
pyramid-f5bafd1da8da405936bae032d20dba545922860e.tar.bz2
pyramid-f5bafd1da8da405936bae032d20dba545922860e.zip
- Prevent misunderstanding of how the ``view`` and ``view_permission``
arguments to add_route work by raising an exception during configuration if view-related arguments exist but no ``view`` argument is passed.
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 db7cb991a..b544c6b49 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,10 @@ Features
- Added CSRF token generation, as described in the narrative chapter entitled
"Preventing Cross-Site Request Forgery Attacks".
+- Prevent misunderstanding of how the ``view`` and ``view_permission``
+ arguments to add_route work by raising an exception during configuration if
+ view-related arguments exist but no ``view`` argument is passed.
+
Paster Templates
----------------