[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.595

Andreas Jung andreas@andreas-jung.com
Sun, 2 Feb 2003 05:59:39 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv28209/doc

Modified Files:
	CHANGES.txt 
Log Message:
ZCTextIndex is now able to index more than one attribute of an object


=== Zope/doc/CHANGES.txt 1.594 => 1.595 ===
--- Zope/doc/CHANGES.txt:1.594	Sat Feb  1 08:51:18 2003
+++ Zope/doc/CHANGES.txt	Sun Feb  2 05:59:05 2003
@@ -29,7 +29,7 @@
        enforce this behaviour inside the ZPublisher. See also 
        doc/ENVIRONMENT.txt to check with the DATETIME_FORMAT 
  
-     - KeywordIndex and  FieldIndex are now capable to index more
+     - KeywordIndex, FieldIndex and ZCTextIndex  are now able to index more
        than one attribute of an object. This removes the ties between the
        indexes ID and the attribute name to be indexed.