From 20c57e6cbdd28fba9fa660d6d47f940a6b9c730b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 3 Apr 2013 03:57:07 -0500 Subject: update changelog --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) 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) ================ -- cgit v1.2.3