diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-25 06:24:03 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-25 06:24:03 +0000 |
| commit | 23277531195c7d218f8d43768976e5fefb053991 (patch) | |
| tree | 56f06449cc138c40019b334775b14ad80124f5e5 /CHANGES.txt | |
| parent | a81af4583238abbea7f9308397fd89fd615651a1 (diff) | |
| download | pyramid-23277531195c7d218f8d43768976e5fefb053991.tar.gz pyramid-23277531195c7d218f8d43768976e5fefb053991.tar.bz2 pyramid-23277531195c7d218f8d43768976e5fefb053991.zip | |
- 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``.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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 --------- |
