summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-09-03 22:39:48 -0500
committerMichael Merickel <michael@merickel.org>2016-09-03 22:39:48 -0500
commit10f34853225e18c1d57f95d2f9f52a496300498a (patch)
tree155310a8355c02c96181a8b807b20ef6fa81e68b
parent860ddead2172986644bfa4515b5fe28840366d9e (diff)
downloadpyramid-10f34853225e18c1d57f95d2f9f52a496300498a.tar.gz
pyramid-10f34853225e18c1d57f95d2f9f52a496300498a.tar.bz2
pyramid-10f34853225e18c1d57f95d2f9f52a496300498a.zip
changelog for #2760
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e96b03ab1..49613b242 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,11 @@ Features
different action orders.
See https://github.com/Pylons/pyramid/pull/2757
+- ``pyramid.paster.bootstrap`` and its sibling ``pyramid.scripting.prepare``
+ can now be used as context managers to automatically invoke the ``closer``
+ and pop threadlocals off of the stack to prevent memory leaks.
+ See https://github.com/Pylons/pyramid/pull/2760
+
Bug Fixes
---------