diff options
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9bfa80f05..d50620b22 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -99,6 +99,11 @@ Backward Incompatibilities longer override those set by the ``setup`` function. See https://github.com/Pylons/pyramid/pull/3318 +- ``pyramid.config.Configurator.add_notfound_view`` uses default redirect + class exception ``pyramid.httpexceptions.HTTPTemporaryRedirect`` instead + of previous ``pyramid.httpexceptions.HTTPFound``. + See https://github.com/Pylons/pyramid/pull/3328 + Documentation Changes --------------------- |
