[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.490
Jim Fulton
jim@zope.com
Mon, 30 Jun 2003 16:22:29 -0400
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv27439
Modified Files:
CHANGES.txt
Log Message:
*** empty log message ***
=== Zope3/doc/CHANGES.txt 1.489 => 1.490 ===
--- Zope3/doc/CHANGES.txt:1.489 Fri Jun 27 10:50:35 2003
+++ Zope3/doc/CHANGES.txt Mon Jun 30 16:22:28 2003
@@ -13,6 +13,22 @@
support. Zope 3.0 will provide support for Zope 2 content and
products, probably using conversion utilities of some sort.
+ - Major changes have been made to the way local components are
+ registered in a first step toward simplifying local (through the
+ web) component registration.
+
+ - The interface framework has been refactored in major ways:
+
+ * Object interfaces are declared differently.
+
+ * Interface introspection and component registry lookup
+ performance has been improved.
+
+ * Interface are now inherited.
+
+ - Added a framework for decorators, which are context wrappers
+ that also ease integration with the Zope application framework.
+
- Configuration of the application server using a ZConfig-syntax
configuration file with a simple schema. This replaces
zserver.zcml.