[Zope3-checkins] CVS: Zope3/doc - CHANGES.txt:1.539
Jim Fulton
jim at zope.com
Thu Mar 18 07:22:21 EST 2004
Update of /cvs-repository/Zope3/doc
In directory cvs.zope.org:/tmp/cvs-serv2748
Modified Files:
CHANGES.txt
Log Message:
*** empty log message ***
=== Zope3/doc/CHANGES.txt 1.538 => 1.539 ===
--- Zope3/doc/CHANGES.txt:1.538 Wed Mar 17 19:52:31 2004
+++ Zope3/doc/CHANGES.txt Thu Mar 18 07:22:20 2004
@@ -10,6 +10,10 @@
New features
+ - The ZCML zope:adapter and zope:view directives now support
+ multiple for interfaces, thus defining multi-adapters and
+ multi-views.
+
- Added broken-object support. If an object can't be loaded from
the database because it's class has been removed or moved, then
a placeholder "broken" object is loaded instead. This allows
@@ -210,6 +214,21 @@
'utilities' directory
- Moved placefulsetup to zope.app.site.tests.
+
+ - Changed the way that adapters and views are registered:
+
+ o Simplified adapter registries with a simpler, more general api
+ and without factory semantics.
+
+ o Updated the adapter and presentation service registration apis
+ based on changes in the adapter registries.
+
+ o The adapter service and presentation services no longer take
+ sequences of factories. ZCML directives are now responsible
+ for supporting multiple factories (chained adapters) in the
+ rare cases when they are used by computing composite
+ factories.
+
Miscellaneous
More information about the Zope3-Checkins
mailing list