summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-14 02:54:36 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-14 02:54:36 +0000
commit4cbb0e267f542a2472f5ab08f01a7746b0854f0e (patch)
treeeb5872c0fc46e61621001e8af32572f34230c131 /CHANGES.txt
parent94fd69db351acfcc9a99a329f438bdfb3fe2823d (diff)
downloadpyramid-4cbb0e267f542a2472f5ab08f01a7746b0854f0e.tar.gz
pyramid-4cbb0e267f542a2472f5ab08f01a7746b0854f0e.tar.bz2
pyramid-4cbb0e267f542a2472f5ab08f01a7746b0854f0e.zip
Note removal.
Diffstat (limited to 'CHANGES.txt')
-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
-------------