diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-03 03:57:07 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-03 04:00:16 -0500 |
| commit | 20c57e6cbdd28fba9fa660d6d47f940a6b9c730b (patch) | |
| tree | 5437f7a465bd3d865c228d793c67ba6bbe7cd61f /CHANGES.txt | |
| parent | bdce333dc4bc29f0a7927539c032ba08ae2d6c57 (diff) | |
| download | pyramid-20c57e6cbdd28fba9fa660d6d47f940a6b9c730b.tar.gz pyramid-20c57e6cbdd28fba9fa660d6d47f940a6b9c730b.tar.bz2 pyramid-20c57e6cbdd28fba9fa660d6d47f940a6b9c730b.zip | |
update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9d400f5b2..08e498b7a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -82,6 +82,11 @@ Bug Fixes broken when support for the new makodef syntax was added in 1.4a1. See https://github.com/Pylons/pyramid/issues/950 +- ``pyramid.debug_authorization=true`` will now correctly print out + ``Allowed`` for views registered with ``NO_PERMISSION_REQUIRED`` instead + of invoking the ``permits`` method of the authorization policy. + See https://github.com/Pylons/pyramid/issues/954 + 1.4 (2012-12-18) ================ |
