summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-09-19 21:07:34 -0500
committerMichael Merickel <michael@merickel.org>2016-09-19 21:07:34 -0500
commit5b33ff66090e4f2b0249cc85341cce09d0b57fca (patch)
treed9a4364348ee93a0a36bed911aaa1f7126961511 /CHANGES.txt
parentd6ae7b50aba59c112c02444bd6bdda9eea058afa (diff)
downloadpyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.tar.gz
pyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.tar.bz2
pyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.zip
changelog for #2750
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f17a04f92..85e71aef3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -76,3 +76,8 @@ Documentation Changes
- Fix an inconsistency in the documentation between view predicates and
route predicates and highlight the differences in their APIs.
See https://github.com/Pylons/pyramid/pull/2764
+
+- Clarify a possible misuse of the ``headers`` kwarg to subclasses of
+ :class:`pyramid.httpexceptions.HTTPException` in which more appropriate
+ kwargs from the parent class :class:`pyramid.response.Response` should be
+ used instead. See https://github.com/Pylons/pyramid/pull/2750