Steve Piercy
2018-09-22 2a45fe74f9598b4e726ab17ce17948d4e709894b
CHANGES.txt
@@ -1,5 +1,30 @@
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.
  See https://github.com/Pylons/pyramid/issues/3220
- Fix ``pyramid.scripting.get_root`` which was broken by the execution policy
  feature added in the 1.9 release.
  See https://github.com/Pylons/pyramid/pull/3265
.. _changes_1.9.1:
1.9.1 (2017-07-13)
==================
- Add a ``_depth`` and ``_category`` arguments to all of the venusian
  decorators. The ``_category`` argument can be used to affect which actions
@@ -16,6 +41,10 @@
  ``pyramid.viewderivers`` before ``pyramid.config``.
  See https://github.com/Pylons/pyramid/pull/3124
- Improve documentation to show the ``pyramid.config.Configurator`` being
  used as a context manager in more places.
  See https://github.com/Pylons/pyramid/pull/3126
1.9 (2017-06-26)
================