From 230f2f3fa8f5f97e8fbee4c275806908c01cc456 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 21:57:58 +0000 Subject: Add to what's new. --- docs/whatsnew-1.3.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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 -------------------------- -- cgit v1.2.3