diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
