summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-11-11 01:19:36 -0600
committerMichael Merickel <michael@merickel.org>2014-11-11 01:19:36 -0600
commit7b1d4223db73163f46600cf3d3badf4961dddafb (patch)
tree65bd68f2302cfb0998840d07d250132b4e14c27e
parent190f82aa2294e340e89e22bbe4fa2ff3788e5cbe (diff)
downloadpyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.tar.gz
pyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.tar.bz2
pyramid-7b1d4223db73163f46600cf3d3badf4961dddafb.zip
update changelog
-rw-r--r--CHANGES.txt6
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
---------