From b5f5b3d343ceeb7f211bf300be6377a9325a51e8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 14:14:34 +0000 Subject: - The error presented when a view invoked by the router returns a non-response object now includes the view's name for troubleshooting purposes. - A "new response" event is emitted for forbiden and notfound views. --- CHANGES.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a6a6abcaa..33518eb5e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,15 @@ Features basically). See the Hooks narrative chapter of the BFG docs for more info. +- The error presented when a view invoked by the router returns a + non-response object now includes the view's name for troubleshooting + purposes. + +Bug Fixes +--------- + +- A "new response" event is emitted for forbiden and notfound views. + Deprecations ------------ @@ -28,7 +37,6 @@ Renames - Renamed ``repoze.bfg.interfaces.IForbiddenResponseFactory`` to ``repoze.bfg.interfaces.IForbiddenView``. - 0.9a7 (2009-05-30) ================== -- cgit v1.2.3