summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 740de0f17..25d2dc75c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,14 @@ Features
- Added an ``effective_principals`` route and view predicate.
+Bug Fixes
+---------
+
+- :func:`pyramid.security.view_execution_permitted` would return `True` if
+ no view could be found. This case now raises an exception as it doesn't
+ make sense make an assertion about a non-existant view. See
+ https://github.com/Pylons/pyramid/issues/299.
+
1.4a3 (2012-10-26)
==================