diff options
| author | Michael Merickel <michael@merickel.org> | 2016-09-19 21:07:34 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-09-19 21:07:34 -0500 |
| commit | 5b33ff66090e4f2b0249cc85341cce09d0b57fca (patch) | |
| tree | d9a4364348ee93a0a36bed911aaa1f7126961511 /CHANGES.txt | |
| parent | d6ae7b50aba59c112c02444bd6bdda9eea058afa (diff) | |
| download | pyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.tar.gz pyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.tar.bz2 pyramid-5b33ff66090e4f2b0249cc85341cce09d0b57fca.zip | |
changelog for #2750
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
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 |
