summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-03-15 15:18:51 -0400
committerDonald Stufft <donald@stufft.io>2015-03-15 15:37:37 -0400
commit12b6f58956a50a0ad8e6d9971a0248d8f7997122 (patch)
treefea81456681b1a663e2fce8a319f77d58d9e8412 /CHANGES.txt
parent8943131aa7678d26ef7cdd135001a54828c349d6 (diff)
downloadpyramid-12b6f58956a50a0ad8e6d9971a0248d8f7997122.tar.gz
pyramid-12b6f58956a50a0ad8e6d9971a0248d8f7997122.tar.bz2
pyramid-12b6f58956a50a0ad8e6d9971a0248d8f7997122.zip
Allow passing a custom redirect class for appending slashes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 19d77eb68..a9fe1be3c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,6 +119,10 @@ Features
explicitly different from ``request.response``. This does not change the
API of a renderer. See https://github.com/Pylons/pyramid/pull/1563
+- ``Configurator().add_notfound_view()`` will now accept anything that
+ implements the ``IResponse`` interface and will use that as the response
+ class instead of the default ``HTTPFound``.
+
Bug Fixes
---------