diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-18 21:54:57 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-18 21:54:57 -0700 |
| commit | aae62a0ba0d4709b50fd5f2e0be86fd91080d014 (patch) | |
| tree | 4335f960277684b87f99b085a07f7b7deec3fda0 /CHANGES.txt | |
| parent | fc9dfbae2a76732ee8d027825fac28dbfd57e581 (diff) | |
| parent | 81e84fe86bee0c2753674fdaead001803936a2ba (diff) | |
| download | pyramid-aae62a0ba0d4709b50fd5f2e0be86fd91080d014.tar.gz pyramid-aae62a0ba0d4709b50fd5f2e0be86fd91080d014.tar.bz2 pyramid-aae62a0ba0d4709b50fd5f2e0be86fd91080d014.zip | |
Merge branch 'feature.callable-acl'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 85dd3be2a..ae2cafba4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,16 @@ +next release +============ + +Features +-------- + +- ``ACLAuthorizationPolicy`` supports ``__acl__`` as a callable. This + removes the ambiguity between the potential ``AttributeError`` that would + be raised on the ``context`` when the property was not defined and the + ``AttributeError`` that could be raised from any user-defined code within + a dynamic property. It is recommended to define a dynamic ACL as a callable + to avoid this ambiguity. See https://github.com/Pylons/pyramid/issues/735. + 1.4 (2012-12-18) ================ |
