Michael Merickel
2017-03-04 fb7b9bdd3778019f30256d35ce69772713844b2b
add changelog for #2972
1 files modified
14 ■■■■ changed files
CHANGES.txt 14 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,12 +1,18 @@
.. _changes_1.7.4:
Unreleased
==========
1.7.5 (unreleased)
==================
- HTTPException's accepts a detail kwarg that may be used to pass additional
  details to the exception. You may now pass objects so long as they have a
  valid __str__ method. See https://github.com/Pylons/pyramid/pull/2951 
- Fix a reference cycle causing memory leaks in which the registry
  would keep a ``Configurator`` instance alive even after the configurator
  was discarded. Another fix was also added for the ``global_registries``
  object in which the registry was stored in a closure preventing it from
  being deallocated. See https://github.com/Pylons/pyramid/pull/2972
.. _changes_1.7.4:
1.7.4 (2017-01-24)
==================