From ae84c6b33efdcf37f453967384cacc264ec877d9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 21:47:24 +0000 Subject: - The ``route`` ZCML directive now accepts ``request_type`` as an alias for its ``condition_method`` argument for symmetry with the ``view`` directive. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 46c6e52ea..c4d286c4d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,10 @@ Features the respective interface type imported from ``repoze.bfg.interfaces``. +- The ``route`` ZCML directive now accepts ``request_type`` as an + alias for its ``condition_method`` argument for symmetry with the + ``view`` directive. + Removals -------- -- cgit v1.2.3