summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2018-08-23 18:18:14 +0100
committerDomen Kožar <domen@dev.si>2018-08-23 20:10:44 +0100
commit93406d19d74563ab6bc6f93176a5ea1cbf88ca6f (patch)
treec8fff3014e1000bcdbd283b4374808fcffb47bfd
parentb5422eeefe5fd3b963115b3c58a08ed8a15b8a88 (diff)
downloadpyramid-93406d19d74563ab6bc6f93176a5ea1cbf88ca6f.tar.gz
pyramid-93406d19d74563ab6bc6f93176a5ea1cbf88ca6f.tar.bz2
pyramid-93406d19d74563ab6bc6f93176a5ea1cbf88ca6f.zip
CHANGES.rst: add note about add_notfound_view behaviour change
-rw-r--r--CHANGES.rst5
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
---------------------