diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-27 12:20:22 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-27 12:20:22 +0000 |
| commit | fc4fa2068afff83db35be15a5c94eb7b77c0fab0 (patch) | |
| tree | dee5ef163774ffa69acd3d5e4af894c630abefdb | |
| parent | 9e46672df945dd13fd50ff7ae92eda01be36a01c (diff) | |
| download | pyramid-fc4fa2068afff83db35be15a5c94eb7b77c0fab0.tar.gz pyramid-fc4fa2068afff83db35be15a5c94eb7b77c0fab0.tar.bz2 pyramid-fc4fa2068afff83db35be15a5c94eb7b77c0fab0.zip | |
Tweak.
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5891313fd..e61360bb4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +0.9dev (unreleased) +=================== Features -------- @@ -18,7 +18,7 @@ Features implementation of an authentication policy (an object implementing the ``repoze.bfg.interfaces.IAuthenticationPolicy`` interface) and an implementation of an authorization policy (an object implementing - ``repoze.bfg.interfaces.IAuthorizationPolicy). Concrete + ``repoze.bfg.interfaces.IAuthorizationPolicy)``. Concrete implementations of authentication policies exist in ``repoze.bfg.authentication``. Concrete implementations of authorization policies exist in ``repoze.bfg.authorization``. @@ -110,6 +110,9 @@ Deprecations ``request``). Calling them with a single argument is still supported but issues a deprecation warning. +- Use of "old-style" security policies (those base on ISecurityPolicy) + is now deprecated. See the "Security" chapter of the docs for info + about activating an authorization policy and an authentication poicy. 0.8.1 (2009-05-21) ================== |
