diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9daf23b0d..f050ab041 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,11 @@ Features registration of "settings" values obtained via ``repoze.bfg.settings.get_settings()`` for use in unit tests. +- A new exception exists: ``repoze.bfg.exceptions.Respond``. This + exception can be raised during view execution return a response. + This is effectively a goto, useable by code that has no capability + to otherwise return a response. + Bug Fixes --------- |
