diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-14 23:56:42 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-14 23:56:42 -0500 |
| commit | b54a702599e00827ae0389808d07f941cdfb04c5 (patch) | |
| tree | 6a4b623778ae36bf6205e2492824129a086c3cc7 /CHANGES.txt | |
| parent | 988c69aefda6172469cd331405b49d583f260ac4 (diff) | |
| download | pyramid-b54a702599e00827ae0389808d07f941cdfb04c5.tar.gz pyramid-b54a702599e00827ae0389808d07f941cdfb04c5.tar.bz2 pyramid-b54a702599e00827ae0389808d07f941cdfb04c5.zip | |
add changelog for #3084
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 1402045d4..547c00bbc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,12 @@ unreleased a valid iterator in its ``__iter__`` implementation. See https://github.com/Pylons/pyramid/pull/3074 +- Normalize the permission results to a proper class hierarchy. + ``pyramid.security.ACLAllowed`` is now a subclass of + ``pyramid.security.Allowed`` and ``pyramid.securit.ACLDenied`` is now a + subclass of ``pyramid.security.Denied``. + See https://github.com/Pylons/pyramid/pull/3084 + 1.9a2 (2017-05-09) ================== |
