From 93406d19d74563ab6bc6f93176a5ea1cbf88ca6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 23 Aug 2018 18:18:14 +0100 Subject: CHANGES.rst: add note about add_notfound_view behaviour change --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 --------------------- -- cgit v1.2.3