From cb4b8039c677a4907d999598b96505298a3e7401 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Jan 2009 05:19:28 +0000 Subject: - It is no longer permissible to pass a "nested" list of principals to ``repoze.bfg.ACLAuthorizer.permits`` (e.g. ['fred', ['larry', 'bob']). The principals list must be fully expanded. This feature was never documented, and was never an API, so it's not a backwards incompatibility. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8eea97d1f..1217a72e8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,12 @@ Behavior Changes contain a REQUEST_METHOD key/value; if they do not, a KeyError will be raised (speed). +- It is no longer permissible to pass a "nested" list of principals to + ``repoze.bfg.ACLAuthorizer.permits`` (e.g. ['fred', ['larry', + 'bob']). The principals list must be fully expanded. This feature + was never documented, and was never an API, so it's not a backwards + incompatibility. + Implementation Changes ---------------------- -- cgit v1.2.3