diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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) |
