From b54a702599e00827ae0389808d07f941cdfb04c5 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Thu, 15 Jun 2017 06:56:42 +0200
Subject: [PATCH] add changelog for #3084

---
 CHANGES.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 1402045..547c00b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,12 @@
   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)
 ==================
 

--
Gitblit v1.9.3