diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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) ================== |
