summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-09 23:41:25 -0600
committerMichael Merickel <michael@merickel.org>2016-12-09 23:41:25 -0600
commit2d45def603f038a8533eb9790640982012c0be30 (patch)
tree83420650348e2d98197d734421ccc2a18c0f3fe6
parent59aa88c400f9d29ac2e608c38d1f926341be0455 (diff)
downloadpyramid-2d45def603f038a8533eb9790640982012c0be30.tar.gz
pyramid-2d45def603f038a8533eb9790640982012c0be30.tar.bz2
pyramid-2d45def603f038a8533eb9790640982012c0be30.zip
add changelog for #2863
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9daddff48..f3883b557 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,6 +119,12 @@ Features
See https://github.com/Pylons/pyramid/pull/2805
+- Allow streaming responses to be made from subclasses of
+ ``pyramid.httpexceptions.HTTPException``. Previously the response would
+ be unrolled while testing for a body, making it impossible to stream
+ a response.
+ See https://github.com/Pylons/pyramid/pull/2863
+
Bug Fixes
---------