summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 581ead5eb..8cef54986 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,13 +24,6 @@ Features
- A new ZCML directive was added: ``default_permission``.
-- The BFG router now emits an additional event unconditionally at the
- end of request processing:
- ``repoze.bfg.interfaces.IFinishedRequest``. This event is meant to
- be used when it is necessary to perform unconditional cleanup after
- request processing. See the ``repoze.bfg.events.FinishedRequest``
- class documentation for more information.
-
Deprecations
------------