From b1908e63dce0a620806aa599a149ea2e8b4b9c2b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 May 2009 22:13:25 +0000 Subject: - Added documentation to the URL Dispatch chapter about how to perform a cleanup function at the end of a request (e.g. close the SQL connection). --- CHANGES.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0986820e0..64d6309d9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,16 @@ 0.8dev (unreleased) ------------------- -Features --------- +Documentation +------------- - Added documentation to the URL Dispatch chapter about how to catch the root URL using a ZCML ``route`` directive. +- Added documentation to the URL Dispatch chapter about how to perform + a cleanup function at the end of a request (e.g. close the SQL + connection). + Bug Fixes --------- -- cgit v1.2.3