diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-25 05:19:28 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-25 05:19:28 +0000 |
| commit | cb4b8039c677a4907d999598b96505298a3e7401 (patch) | |
| tree | 58339841826683ec8feb046a52b02eb44389c6a1 /CHANGES.txt | |
| parent | c8cab3395432983c2165dce196ad5204e420a900 (diff) | |
| download | pyramid-cb4b8039c677a4907d999598b96505298a3e7401.tar.gz pyramid-cb4b8039c677a4907d999598b96505298a3e7401.tar.bz2 pyramid-cb4b8039c677a4907d999598b96505298a3e7401.zip | |
- 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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 ---------------------- |
