diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-10 22:13:25 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-10 22:13:25 +0000 |
| commit | b1908e63dce0a620806aa599a149ea2e8b4b9c2b (patch) | |
| tree | 69ce2ad2de5fac2dbc00febf3679336d8660cc2e /CHANGES.txt | |
| parent | 277df8ebad5b9c6a3f45618354d7c3c96f55e247 (diff) | |
| download | pyramid-b1908e63dce0a620806aa599a149ea2e8b4b9c2b.tar.gz pyramid-b1908e63dce0a620806aa599a149ea2e8b4b9c2b.tar.bz2 pyramid-b1908e63dce0a620806aa599a149ea2e8b4b9c2b.zip | |
- 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).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 6 insertions, 2 deletions
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 --------- |
