summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index c4794d2bc..2b2cdb590 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -589,8 +589,8 @@ Minor Miscellaneous Feature Additions
declaration.
- The repoze.bfg router now catches both
- ``repoze.bfg.security.Unauthorized`` and
- ``repoze.bfg.view.NotFound`` exceptions while rendering a view.
+ ``repoze.bfg.exceptions.Unauthorized`` and
+ ``repoze.bfg.exceptions.NotFound`` exceptions while rendering a view.
When the router catches an ``Unauthorized``, it returns the
registered forbidden view. When the router catches a ``NotFound``,
it returns the registered notfound view.