[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Updated CHANGES.txt.

Garrett Smith garrett at mojave-corp.com
Mon Feb 7 17:56:07 EST 2005


Log message for revision 29079:
  Updated CHANGES.txt.

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

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2005-02-07 22:50:03 UTC (rev 29078)
+++ Zope3/trunk/doc/CHANGES.txt	2005-02-07 22:56:07 UTC (rev 29079)
@@ -20,7 +20,7 @@
 
       - Added the function zope.component.adapts for declaring interfaces
         adapted by classes. This is similar to zope.interface.implements in
-        that it puts a marker on the class that has a significant meaning in 
+        that it puts a marker on the class that has a significant meaning in
         the component architecture machinery.
 
       - It is no longer necessary to supply a for attribute in adapter
@@ -241,6 +241,11 @@
           replaced with the 'IRegistrationActivatedEvent' and
           'IRegistrationDectivatedEvent', respectively.
 
+        + Added an event dispatcher for component registrations to support
+          subscriptions for specific component types. E.g. one can declare a
+          subscriber for (IFoo, IRegistrationActivatedEvent) to be notified
+          when IFoo component registrations are activated.
+
         + Restructured registration framework to use direct references rather
           than paths.
 



More information about the Zope3-Checkins mailing list