[Zope-CVS] CVS: StandaloneZConfig - NEWS.txt:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 2 19:30:56 EST 2004
Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv14300
Modified Files:
NEWS.txt
Log Message:
- document recent enhancements
- fix typo
=== StandaloneZConfig/NEWS.txt 1.2 => 1.3 ===
--- StandaloneZConfig/NEWS.txt:1.2 Mon Oct 6 17:06:27 2003
+++ StandaloneZConfig/NEWS.txt Fri Jan 2 19:30:56 2004
@@ -1,3 +1,19 @@
+Changes since ZConfig 2.0:
+
+- Derived section types now inherit the datatype of the base type if
+ no datatype is identified explicitly.
+
+- Derived section types can now override the keytype instead of always
+ inheriting from their base type.
+
+- <import package='...'/> makes use of the current prefix if the
+ package name begins witha dot.
+
+- Added two standard datatypes: dotted-name and dotted-suffix.
+
+- Added two standard schema components: ZConfig.components.basic and
+ ZConfig.components.logger.
+
Changes since ZConfig 1.0:
- Configurations can import additional schema components using a new
@@ -10,5 +26,5 @@
- Better error messages when elements in a schema definition are
improperly nested.
-- The "zconfig" can now simply verify that a schema definition is
- valid, if that's all that's needed.
+- The "zconfig" script can now simply verify that a schema definition
+ is valid, if that's all that's needed.
More information about the Zope-CVS
mailing list