From 885bfb1a58303d197f689d13f79fb621b67860f2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 1 Sep 2008 03:03:51 +0000 Subject: Add render_view function. --- CHANGES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5fe8c0fdf..f8a5551e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,10 +5,11 @@ Next release - Event notification is issued after application is created and 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. + - New API module: ``repoze.bfg.view``. This module contains the + functions named ``render_view_to_response``, + ``render_view_to_iterable``, ``render_view`` and ``is_response``, + which are documented in the API docs. These features aid + programmatic (non-server-driven) view execution. 0.3.4 (08/28/2008) -- cgit v1.2.3