[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Added documentation for my previous checkin. Sigh.

Jim Fulton jim at zope.com
Thu Jan 27 19:51:41 EST 2005


Log message for revision 28968:
  Added documentation for my previous checkin. Sigh.
  

Changed:
  U   Zope3/trunk/doc/CHANGES.txt

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2005-01-28 00:10:00 UTC (rev 28967)
+++ Zope3/trunk/doc/CHANGES.txt	2005-01-28 00:51:41 UTC (rev 28968)
@@ -10,6 +10,14 @@
 
     New features
 
+      - It is no longer necessary to supply a for attribute in adapter
+        directives if the factory declares the interfaces or classes that it
+        adapts.
+
+      - It is no longer necessary to specify a provides attribute in
+        an adapter or utility directive if the factory/component
+        implements/provides a single interface.
+
       - Added `zope.security.canAccess` and `zope.security.canWrite`
         convenience methods.  Often code wants to check if a certain option is 
         open to a user before presenting it.  If the code relies on a certain



More information about the Zope3-Checkins mailing list