From 23277531195c7d218f8d43768976e5fefb053991 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Jan 2009 06:24:03 +0000 Subject: - 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``. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') 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 --------- -- cgit v1.2.3