Steve Piercy
2018-09-22 e22970cd21eb36c2a658c843bb5cb4f59d77fd19
CHANGES.txt
@@ -1,5 +1,17 @@
unreleased
==========
.. _changes_1.8.6:
1.8.6 (Unreleased)
==================
- 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
.. _changes_1.8.5:
1.8.5 (2017-07-13)
==================
- Fix a circular import which made it impossible to import
  ``pyramid.viewderivers`` before ``pyramid.config``.