summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-13 15:14:29 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-13 15:14:29 +0000
commitad0d110c2b222e4f05c4b7e1983d43d06d246e6e (patch)
tree84b2c8fa623066d60a48116aacb786f19b43f01e
parent788748e2afedb3d1e180a3033e20ed2d995056a3 (diff)
downloadpyramid-ad0d110c2b222e4f05c4b7e1983d43d06d246e6e.tar.gz
pyramid-ad0d110c2b222e4f05c4b7e1983d43d06d246e6e.tar.bz2
pyramid-ad0d110c2b222e4f05c4b7e1983d43d06d246e6e.zip
-rw-r--r--CHANGES.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dd17231dc..fea4f596e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,12 +4,12 @@ Next release
Bug Fixes
---------
-- In ``bfg_routesalchemy``, ``bfg_alchemy`` and ``bfgwiki2`` tutorial,
- clean up the SQLAlchemy connection by registering a
- ``repoze.tm.after_end`` callback instead of relying on a ``__del__``
- method of a ``Cleanup`` class added to the WSFI environment. The
- ``__del__`` strategy was fragile and caused problems in the wild.
- Thanks to Daniel Holth for testing.
+- In ``bfg_routesalchemy``, ``bfg_alchemy`` paster templates and the
+ ``bfgwiki2`` tutorial, clean up the SQLAlchemy connection by
+ registering a ``repoze.tm.after_end`` callback instead of relying on
+ a ``__del__`` method of a ``Cleanup`` class added to the WSFI
+ environment. The ``__del__`` strategy was fragile and caused
+ problems in the wild. Thanks to Daniel Holth for testing.
Documentation
-------------