[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.487
   
    Fred L. Drake, Jr.
     
    fred@zope.com
       
    Thu, 26 Jun 2003 11:03:19 -0400
    
    
  
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv23950
Modified Files:
	CHANGES.txt 
Log Message:
Add notes about use the ZConfig for server configuration and
vocabulary fields in schema.
=== Zope3/doc/CHANGES.txt 1.486 => 1.487 ===
--- Zope3/doc/CHANGES.txt:1.486	Thu Jun 26 10:57:34 2003
+++ Zope3/doc/CHANGES.txt	Thu Jun 26 11:03:18 2003
@@ -13,6 +13,12 @@
     support.   Zope 3.0 will provide support for Zope 2 content and
     products, probably using conversion utilities of some sort. 
 
+    - Configuration of the application server using a ZConfig-syntax
+      configuration file with a simple schema.  This replaces
+      zserver.zcml.
+
+    - New schema field types for vocabularies.  See
+      schema/vocabularies.txt for detailed documentation.
 
 
   ------------------------------------------------------------------