summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-10 22:13:25 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-10 22:13:25 +0000
commitb1908e63dce0a620806aa599a149ea2e8b4b9c2b (patch)
tree69ce2ad2de5fac2dbc00febf3679336d8660cc2e /CHANGES.txt
parent277df8ebad5b9c6a3f45618354d7c3c96f55e247 (diff)
downloadpyramid-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.txt8
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
---------