From ad6a6706391c60dbdb66073caff1306b771da0bd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 12 Sep 2010 22:33:16 +0000 Subject: - Add a new request API: ``request.add_finished_callback``. Finished callbacks are called by the router unconditionally near the very end of request processing. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8cef54986..848fccfc3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,10 @@ Features - A new ZCML directive was added: ``default_permission``. +- Add a new request API: ``request.add_finished_callback``. Finished + callbacks are called by the router unconditionally near the very end + of request processing. + Deprecations ------------ -- cgit v1.2.3