From 975b025c7952d148392cc17b48388a4ee5dcbd45 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Thu, 15 Jun 2017 07:39:57 +0200
Subject: [PATCH] update whatsnew-1.9

---
 docs/whatsnew-1.9.rst |    2 ++
 CHANGES.txt           |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 547c00b..fdd9dd8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,7 +23,7 @@
 
 - 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
+  ``pyramid.security.Allowed`` and ``pyramid.security.ACLDenied`` is now a
   subclass of ``pyramid.security.Denied``.
   See https://github.com/Pylons/pyramid/pull/3084
 
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst
index eca159d..0c3385a 100644
--- a/docs/whatsnew-1.9.rst
+++ b/docs/whatsnew-1.9.rst
@@ -39,6 +39,8 @@
 
 - When unsupported predicates are supplied to :meth:`pyramid.config.Configurator.add_view`, :meth:`pyramid.config.Configurator.add_route` and :meth:`pyramid.config.Configurator.add_subscriber` a much more helpful error message is output with a guess as to which predicate was intended. See https://github.com/Pylons/pyramid/pull/3054
 
+- Normalize the permission results to a proper class hierarchy. :class:`pyramid.security.ACLAllowed` is now a subclass of :class:`pyramid.security.Allowed` and :class:`pyramid.security.ACLDenied` is now a subclass of :class:`pyramid.security.Denied`. See https://github.com/Pylons/pyramid/pull/3084
+
 Deprecations
 ------------
 

--
Gitblit v1.9.3