summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-14 14:00:49 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-14 14:00:49 +0000
commitd3e48e1afc209b7a73e73be76d8033c4ea9035cc (patch)
treeb425afeb437a9f80e2999c4300fc79b8e4e4bbf5 /CHANGES.txt
parent66051faf16c3a19f66d949296387da297de9423b (diff)
downloadpyramid-d3e48e1afc209b7a73e73be76d8033c4ea9035cc.tar.gz
pyramid-d3e48e1afc209b7a73e73be76d8033c4ea9035cc.tar.bz2
pyramid-d3e48e1afc209b7a73e73be76d8033c4ea9035cc.zip
- If an exception view was registered through the legacy
``set_notfound_view`` or ``set_forbidden_view`` APIs, the context sent to the view was incorrect (could be ``None`` inappropriately).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 72b560e85..695aca255 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,16 @@
Next version
============
+Bug Fixes
+---------
+
+- If an exception view was registered through the legacy
+ ``set_notfound_view`` or ``set_forbidden_view`` APIs, the context
+ sent to the view was incorrect (could be ``None`` inappropriately).
+
+Errata
+------
+
- A prior changelog entry asserted that the ``INewResponse`` event was
not sent to listeners if the response was not "valid" (if a view or
renderer returned a response object that did not have a