Steve Piercy
2018-09-22 2a45fe74f9598b4e726ab17ce17948d4e709894b
CHANGES.txt
@@ -1,5 +1,17 @@
unreleased
==========
.. _changes_1.9.3:
1.9.3 (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.9.2:
1.9.2 (2018-04-23)
==================
- Pin to ``webob >= 1.7.0`` instead of ``1.7.0rc2`` to avoid accidentally
  opting users into pre-releases because a downstream dependency allowed it.