summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2018-08-23 20:33:38 +0100
committerGitHub <noreply@github.com>2018-08-23 20:33:38 +0100
commitb5f4e4937ef43acae17c32444706aac758935aac (patch)
treee6dd1fc9b4463e6ec0970fc7dcc99885c8ea1f43 /CHANGES.rst
parent943fc924ef5864d04ec4b8eb6c94761763976ae6 (diff)
parent93406d19d74563ab6bc6f93176a5ea1cbf88ca6f (diff)
downloadpyramid-b5f4e4937ef43acae17c32444706aac758935aac.tar.gz
pyramid-b5f4e4937ef43acae17c32444706aac758935aac.tar.bz2
pyramid-b5f4e4937ef43acae17c32444706aac758935aac.zip
Merge pull request #3328 from domenkozar/notfound-307-default
notfound view: use HTTPTemporaryRedirect as default
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6010a148d..d0dbbe5c0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -102,6 +102,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
---------------------