From fc4fa2068afff83db35be15a5c94eb7b77c0fab0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 27 May 2009 12:20:22 +0000 Subject: Tweak. --- CHANGES.txt | 9 ++++++--- 1 file 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) ================== -- cgit v1.2.3