[CMF-checkins] CVS: CMF - CHANGES.txt:1.84

Florent Guillaume fg@nuxeo.com
Fri, 28 Jun 2002 21:14:28 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv18488

Modified Files:
	CHANGES.txt 
Log Message:
Fixed CatalogTool to create a meta_type index; this is needed now that
ZCatalog doesn't create any default indexes when instantiated.


=== CMF/CHANGES.txt 1.83 => 1.84 ===
   Bugs Fixed
 
+    - Fixed CatalogTool to create a meta_type index; this is needed now
+      that ZCatalog doesn't create any default indexes when
+      instantiated.
+
     - Fixed recent_news to use 'Title' instead of 'title' to display the
       title of each news ('title' isn't indexed anymore).