diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-09-01 03:03:51 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-09-01 03:03:51 +0000 |
| commit | 885bfb1a58303d197f689d13f79fb621b67860f2 (patch) | |
| tree | 4f5d486663b77aec8f11d989439d287093bdf94f /CHANGES.txt | |
| parent | 7e2c6cbb452aa986891b2a99653a147bfb053e19 (diff) | |
| download | pyramid-885bfb1a58303d197f689d13f79fb621b67860f2.tar.gz pyramid-885bfb1a58303d197f689d13f79fb621b67860f2.tar.bz2 pyramid-885bfb1a58303d197f689d13f79fb621b67860f2.zip | |
Add render_view function.
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) |
