[Zope3-checkins] SVN: Zope3/branches/3.3/doc/CHANGES.txt
AttributeIndex, FieldIndex fixes: update CHANGES.txt also
Adam Groszer
adamg at fw.hu
Mon Nov 20 04:51:31 EST 2006
Log message for revision 71197:
AttributeIndex, FieldIndex fixes: update CHANGES.txt also
Changed:
U Zope3/branches/3.3/doc/CHANGES.txt
-=-
Modified: Zope3/branches/3.3/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.3/doc/CHANGES.txt 2006-11-20 09:51:16 UTC (rev 71196)
+++ Zope3/branches/3.3/doc/CHANGES.txt 2006-11-20 09:51:30 UTC (rev 71197)
@@ -33,6 +33,13 @@
- Fixed ``get/queryNextUtility`` to work with multiple base registries.
+ - Fixed zope.app.catalog.attribute.AttributeIndex. It did not
+ remove the the previous value/object from the index IF the NEW
+ value was None.
+
+ - Fixed zope.index.field.index.FieldIndex. Unindex broke if the value
+ somehow dropped out of the forward index.
+
Zope 3.3.0 (2006/09/21)
Bugfixes
More information about the Zope3-Checkins
mailing list