summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-14 23:56:42 -0500
committerMichael Merickel <michael@merickel.org>2017-06-14 23:56:42 -0500
commitb54a702599e00827ae0389808d07f941cdfb04c5 (patch)
tree6a4b623778ae36bf6205e2492824129a086c3cc7 /CHANGES.txt
parent988c69aefda6172469cd331405b49d583f260ac4 (diff)
downloadpyramid-b54a702599e00827ae0389808d07f941cdfb04c5.tar.gz
pyramid-b54a702599e00827ae0389808d07f941cdfb04c5.tar.bz2
pyramid-b54a702599e00827ae0389808d07f941cdfb04c5.zip
add changelog for #3084
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
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)
==================