diff options
| author | Michael Merickel <michael@merickel.org> | 2012-10-30 01:08:35 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-10-30 01:08:35 -0500 |
| commit | 6099144cf0b85ecfb9c97e344ef6ca499833725e (patch) | |
| tree | 5c84acd3f695e19c7cbefd117b542b8603d1d128 | |
| parent | 4b552e539a1725356b9982261b73fd88de7d59a1 (diff) | |
| download | pyramid-6099144cf0b85ecfb9c97e344ef6ca499833725e.tar.gz pyramid-6099144cf0b85ecfb9c97e344ef6ca499833725e.tar.bz2 pyramid-6099144cf0b85ecfb9c97e344ef6ca499833725e.zip | |
updated changes
| -rw-r--r-- | CHANGES.txt | 8 |
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) ================== |
