summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1217a72e8..90281e2af 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,12 @@ Behavior Changes
Implementation Changes
----------------------
+- Get rid of ``repoze.bfg.security.ACLAuthorizer``: the
+ ``ACLSecurityPolicy`` now does what it did inline.
+
+- Get rid of ``repoze.bfg.interfaces.NoAuthorizationInformation``
+ exception: it was used only by ``ACLAuthorizer``.
+
- Use a homegrown NotFound error instead of ``webob.exc.HTTPNotFound``
(the latter is slow).
@@ -41,6 +47,7 @@ Implementation Changes
- Various speed micro-tweaks.
+
Bug Fixes
---------