Michael Merickel
2017-04-02 bd1cce29c9d5e618c4682e7c5a37ea574aee9817
add changelog for #2989
1 files modified
6 ■■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -18,6 +18,12 @@
  requirement that the server is being run in this format so it may fail.
  See https://github.com/Pylons/pyramid/pull/2984
- The threadlocals are now available inside any function invoked via
  ``config.include``. This means the only config-time code that cannot rely
  on threadlocals is code executed from non-actions inside the main. This
  can be alleviated by invoking ``config.begin()`` and ``config.end()``
  appropriately. See https://github.com/Pylons/pyramid/pull/2989
Bug Fixes
---------