diff options
| author | Chris McDonough <chrism@plope.com> | 2015-03-15 16:05:08 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-03-15 16:05:08 -0400 |
| commit | 3f7e1707d4aa759cca33f0391508f7bf92227e60 (patch) | |
| tree | 17908551f091ec2725bf011d017673b0dbc53bbc /CHANGES.txt | |
| parent | 45aa696cf2e90a201eeb5b9d3c90ab0be820d459 (diff) | |
| parent | 24358c9d1d474bb81ce423d270041464bc731ce9 (diff) | |
| download | pyramid-3f7e1707d4aa759cca33f0391508f7bf92227e60.tar.gz pyramid-3f7e1707d4aa759cca33f0391508f7bf92227e60.tar.bz2 pyramid-3f7e1707d4aa759cca33f0391508f7bf92227e60.zip | |
Merge branch 'dstufft-custom-append-slash-redirect'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
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 --------- |
