diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-11 01:19:36 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-11 01:19:36 -0600 |
| commit | 7b1d4223db73163f46600cf3d3badf4961dddafb (patch) | |
| tree | 65bd68f2302cfb0998840d07d250132b4e14c27e | |
| parent | 190f82aa2294e340e89e22bbe4fa2ff3788e5cbe (diff) | |
| download | pyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.tar.gz pyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.tar.bz2 pyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.zip | |
update changelog
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4d697de64..b5d08c8ff 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,12 @@ Features ``431 Request Header Fields Too Large`` in ``pyramid.httpexceptions``. See https://github.com/Pylons/pyramid/pull/1372/files +- Make it simple to define notfound and forbidden views that wish to use + the default exception-response view but with altered predicates and other + configuration options. The ``view`` argument is now optional in + ``config.add_notfound_view`` and ``config.add_forbidden_view``.. + See https://github.com/Pylons/pyramid/issues/494 + Bug Fixes --------- |
