summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4f125d33d..d2ade2e34 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -66,6 +66,11 @@ Internal
arguments instead of two to accomodate orthogonality of exception
views.
+- The ``repoze.bfg.interfaces.IForbiddenView`` and
+ ``repoze.bfg.interfaces.INotFoundView`` interfaces were removed;
+ they weren't APIs and they became vestigial with the addition of
+ exception views.
+
Documentation
-------------