Chris McDonough
2015-03-15 a7d77fdecaa120f4e095d271b687e3bb628e8696
be more specific about the append_slash feature addition
1 files modified
7 ■■■■■ changed files
CHANGES.txt 7 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -119,9 +119,10 @@
  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
---------