From 389ac52e76f64da5bdf87acd19aa1b2fb5cf664b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 2 Nov 2008 22:14:58 +0000 Subject: - Fix bug where default deny in authorization check would throw a TypeError (use ``ACLDenied`` instead of ``Denied``). --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 1a3d396d8..db47747a4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,12 @@ Next Release the Settings objects defaults for ``debug_authorization`` and ``debug_notfound``. + - Return an instance of ``Allowed`` (rather than ``True``) from + ``has_permission`` when no security policy is in use. + + - Fix bug where default deny in authorization check would throw a + TypeError (use ``ACLDenied`` instead of ``Denied``). + 0.4.2 (11/2/2008) Features -- cgit v1.2.3