From 3380eaebb63c1e6a416dc4a39818ec220019af94 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 23 Dec 2008 19:11:29 +0000 Subject: - The BFG ``view`` ZCML directive no longer calls ``zope.component.interface.provideInterface`` for the ``for`` interface. We don't support ``provideInterface`` in BFG because it mutates the global registry. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index d04c0d2f1..41b520421 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -55,6 +55,11 @@ Next release contains the "correct" copies of these ZCML files; the ones that were removed were for backwards compatibility purposes. + - The BFG ``view`` ZCML directive no longer calls + ``zope.component.interface.provideInterface`` for the ``for`` + interface. We don't support ``provideInterface`` in BFG because + it mutates the global registry. + Other - The minimum requirement for ``chameleon.core`` is now 1.0b13. The -- cgit v1.2.3