summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
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