summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-08-31 10:09:27 -0500
committerMichael Merickel <michael@merickel.org>2015-08-31 10:09:27 -0500
commite0a230a8006c11097469510c47a84fd9b107b748 (patch)
tree5a5d240a78de2251076301dc554bc35a66d9b6f8 /CHANGES.txt
parent5aaecd1395dddc6f2e27f904cf759497d63f7eaf (diff)
downloadpyramid-e0a230a8006c11097469510c47a84fd9b107b748.tar.gz
pyramid-e0a230a8006c11097469510c47a84fd9b107b748.tar.bz2
pyramid-e0a230a8006c11097469510c47a84fd9b107b748.zip
update changelog
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 9ed486b26..98fa7f85a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -201,6 +201,11 @@ Bug Fixes
default to an iterable instead of ``None``. It may be checked for a length
of 0. This was the behavior in 1.5.
+- ``pyramid.httpexceptions.HTTPException`` now defaults to
+ ``520 Unknown Error`` instead of ``None None`` to conform with changes in
+ WebOb 1.5.
+ See https://github.com/Pylons/pyramid/pull/1865
+
Deprecations
------------