diff --git a/CHANGES.rst b/CHANGES.rst index 336fa55..e067c18 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,7 +10,8 @@ New: Fixes: -- *add item here* +- Fix test for changed ``zope.interface`` comparison method, which incorrectly reports two different Interfaces from the same module but with empty name as being equal. + [thet] 1.6.1 (2014-10-20) diff --git a/plone/autoform/autoform.txt b/plone/autoform/autoform.txt index 977781a..833fe44 100644 --- a/plone/autoform/autoform.txt +++ b/plone/autoform/autoform.txt @@ -385,6 +385,9 @@ condition for group naming when autoGroups is True. ... >>> IAnotherAnonymousSchema.__name__ = '' +Fix for https://github.com/zopefoundation/zope.interface/issues/31 + >>> IAnotherAnonymousSchema.__module__ = 'different.module' + Create an extrinsicly stored name mapping: >>> nameToSchema = {