summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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 071b7f2df..988d2f433 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,11 @@ Removals
- Remove ``repoze.bfg.threadlocal.setManager``. It was only used in
unit tests.
+- Remove ``repoze.bfg.wsgi.HTTPException``,
+ ``repoze.bfg.wsgi.NotFound``, and ``repoze.bfg.wsgi.Unauthorized``.
+ These classes were disused with the introduction of the
+ ``IUnauthorizedView`` and ``INotFoundView`` machinery.
+
Documentation
-------------