summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-03-15 15:40:35 -0400
committerChris McDonough <chrism@plope.com>2015-03-15 15:40:35 -0400
commit9a77daceedd9b1449876f53413e6437ca39fc965 (patch)
tree2682a1298d0524c647a6736af807c85ccabb477a /CHANGES.txt
parent8ebde50fdc7322e82b96ad103ab168b92ca2b74a (diff)
parent0b527bab1b7745695475b894fdafed9480748b16 (diff)
downloadpyramid-9a77daceedd9b1449876f53413e6437ca39fc965.tar.gz
pyramid-9a77daceedd9b1449876f53413e6437ca39fc965.tar.bz2
pyramid-9a77daceedd9b1449876f53413e6437ca39fc965.zip
Merge branch 'custom-append-slash-redirect' of https://github.com/dstufft/pyramid into dstufft-custom-append-slash-redirect
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
---------