From 016f34a8a4112dda179b5fa1914f76a6785e4d91 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 4 Nov 2009 05:48:44 +0000 Subject: Tweak. --- docs/whatsnew-1.1.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 2b2cdb590..2d2ccec56 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -29,7 +29,8 @@ The major feature additions of 1.1 are: compute the path of static resources. - View configurations can now name an ``attr`` representing the method - that should be called to return a response. + or attribute of the view callable that should be called to return a + response. - ``@bfg_view`` decorators may now be stacked, allowing for the same view callable to be associated with multiple different view @@ -123,7 +124,7 @@ except the containment has an instance of the class ``calendar_document_view`` will be called instead. All view predicates configurable via the ``@bfg_view`` decorator are -available via :term:`ZCML` :term:`view configuration` as wel.. +available via :term:`ZCML` :term:`view configuration` as well. Additional new 1.1 view predicates besides ``containment`` are: -- cgit v1.2.3