From a37220b84dee4cc8b1b12f34643ce97dad89ffe1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 14 Sep 2009 08:15:01 +0000 Subject: - The ``view`` attribute of the ``view`` ZCML directive is no longer required if the ZCML directive has a ``template`` attribute. --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 91c16a362..c94364efd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,9 @@ Next release ============ +- The ``view`` attribute of the ``view`` ZCML directive is no longer + required if the ZCML directive has a ``template`` attribute. + - A ZCML ``view`` directive (and the associated ``bfg_view`` decorator) can now accept a "wrapper" value. If a "wrapper" value is supplied, it is the value of a separate view's *name* attribute. -- cgit v1.2.3