diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index d20ed40d5..b02ade4c3 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -116,6 +116,15 @@ Minor Feature Additions more helpful debugging information. This mode is on by default in newly generated projects. See also :ref:`debug_templates_section`. +- A new API method named + :meth:`repoze.bfg.configuration.Configurator.derive_view` was + added. This API can be used to generate a BFG view callable from a + user-supplied function, instance, or class. This useful for external + framework and plugin authors wishing to wrap callables supplied by + their users which follow the same calling conventions and response + conventions as objects that can be supplied directly to BFG as a + view callable. + Backwards Incompatibilites -------------------------- |
