[Zope-Checkins] SVN: Products.Five/branches/1.3/CHANGES.txt forgot a whole verison there

Philipp von Weitershausen philikon at philikon.de
Fri Mar 31 12:56:47 EST 2006


Log message for revision 66285:
  forgot a whole verison there
  

Changed:
  U   Products.Five/branches/1.3/CHANGES.txt

-=-
Modified: Products.Five/branches/1.3/CHANGES.txt
===================================================================
--- Products.Five/branches/1.3/CHANGES.txt	2006-03-31 17:54:49 UTC (rev 66284)
+++ Products.Five/branches/1.3/CHANGES.txt	2006-03-31 17:56:47 UTC (rev 66285)
@@ -142,6 +142,25 @@
 
 * Added the ``class`` ZCML directive as an alias to ``content``.
 
+Five 1.2.2 (2006-03-26)
+=======================
+
+Bugfixes
+--------
+
+* A local utility registered with an derived interface will now be available
+  by the inherited interface as well, in the same way as Zope3.
+
+* Fixed look-up order during Five traversal.  It is now as follows:
+
+  1. If an object has __bobo_traverse__, use it.
+
+  2. Otherwise do attribute look-up or, if that doesn't work, key item
+     lookup.
+
+  3. If neither __bobo_traverse__ nor attribute/key look-up work, it
+     tries to find a Zope 3-style view.
+
 Five 1.2.1 (2006-02-25)
 =======================
 



More information about the Zope-Checkins mailing list