From 7e2c6cbb452aa986891b2a99653a147bfb053e19 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Sep 2008 01:52:14 +0000 Subject: - New API module: ``repoze.bfg.view``. This module contains the functions named ``render_view_to_response``, ``render_view_to_iterable`` and ``is_response``, which are documented in the API docs. These features aid programmatic (non-request-driven) view execution. --- CHANGES.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 78bd4bb2f..5fe8c0fdf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,14 @@ +Next release + Features - Event notification is issued after application is created and - configured. + configured (``IWSGIApplicationCreatedEvent``). + + - New API module: ``repoze.bfg.view``. This module contains the functions + named ``render_view_to_response``, ``render_view_to_iterable`` and + ``is_response``, which are documented in the API docs. These features + aid programmatic (non-request-driven) view execution. 0.3.4 (08/28/2008) -- cgit v1.2.3