summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 95fa3dbe8..ea951c3a6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+============
+
+Features
+--------
+
+- Remove "context" argument from ``effective_principals`` and
+ ``authenticated_userid`` function APIs in ``repoze.bfg.security``,
+ effectively a doing reversion to 0.8 and before behavior. Both
+ functions now again accept only the ``request`` parameter.
+
0.9a6 (2009-05-29)
==================
@@ -253,7 +264,9 @@ Deprecations
``repoze.bfg.security`` used to only take a single argument
(request). They now accept two arguments (``context`` and
``request``). Calling them with a single argument is still
- supported but issues a deprecation warning.
+ supported but issues a deprecation warning. (NOTE: this change was
+ reverted in 0.9a7; meaning the 0.9 versions of these functions
+ again accept ``request`` only, just like 0.8 and before).
- Use of "old-style" security policies (those base on ISecurityPolicy)
is now deprecated. See the "Security" chapter of the docs for info