diff options
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5ebd0e81e..5f83d7c4f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -91,6 +91,10 @@ Backward Incompatibilities documentation for more information about why this change was made. See https://github.com/Pylons/pyramid/pull/3413 +- ``pyramid.request.Request.invoke_exception_view`` will no longer be called + by the default execution policy. + See https://github.com/Pylons/pyramid/pull/3496 + Documentation Changes --------------------- |
