From 829cc3d225a7a9f09c77c5184243e4db09179225 Mon Sep 17 00:00:00 2001 From: Cris Ewing Date: Tue, 15 May 2018 10:41:10 -0400 Subject: Add changelog entry for this bugfix --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4cb8ba44b..1771026fc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,6 +28,11 @@ Features Bug Fixes --------- +- Set appropriate ``code`` and ``title`` attributes on the ``HTTPClientError`` and + ``HTTPServerError`` exception classes. This prevents inadvertently returning a 520 + error code. + See https://github.com/Pylons/pyramid/pull/3280 + Deprecations ------------ -- cgit v1.2.3