summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-03-15 16:41:29 -0400
committerChris McDonough <chrism@plope.com>2015-03-15 16:41:29 -0400
commita7d77fdecaa120f4e095d271b687e3bb628e8696 (patch)
treecfbcfb4f2642a5731c23d3e7c101693d4adb7c1e /CHANGES.txt
parent3f7e1707d4aa759cca33f0391508f7bf92227e60 (diff)
downloadpyramid-a7d77fdecaa120f4e095d271b687e3bb628e8696.tar.gz
pyramid-a7d77fdecaa120f4e095d271b687e3bb628e8696.tar.bz2
pyramid-a7d77fdecaa120f4e095d271b687e3bb628e8696.zip
be more specific about the append_slash feature addition
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a9fe1be3c..639b9b802 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,9 +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``.
+- The ``append_slash`` argument of ```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``. See
+ https://github.com/Pylons/pyramid/pull/1610
Bug Fixes
---------