Michael Merickel
2017-04-30 87af11c5e33b8c03d57a8b571f0b152efe866af1
add changelog for #2874
1 files modified
6 ■■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -24,6 +24,12 @@
  can be alleviated by invoking ``config.begin()`` and ``config.end()``
  appropriately. See https://github.com/Pylons/pyramid/pull/2989
- The ``pyramid.config.Configurator`` can now be used as a context manager
  which will automatically push/pop threadlocals (similar to
  ``config.begin()`` and ``config.end()``). It will also automatically perform
  a ``config.commit()`` and thus it is only recommended to be used at the
  top-level of your app. See https://github.com/Pylons/pyramid/pull/2874
Bug Fixes
---------