From cca0d8edb5216ee1c3e4d3a96df9c153292a94aa Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Jun 2009 08:56:22 +0000 Subject: - Add a ``view_for`` attribute to the ``route`` ZCML directive. This attribute should refer to an interface or a class (ala the ``for`` attribute of the ``view`` ZCML directive). --- CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b69653e3f..dae7cfb75 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,12 @@ Next release ============ -- ... +Features +-------- + +- Add a ``view_for`` attribute to the ``route`` ZCML directive. This + attribute should refer to an interface or a class (ala the ``for`` + attribute of the ``view`` ZCML directive). 1.0a1 (2009-06-22) ================== -- cgit v1.2.3