[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt Updated CHANGES.txt with a note about IContainerItemRenamer.

Garrett Smith garrett at mojave-corp.com
Thu Feb 10 16:49:49 EST 2005


Log message for revision 29110:
  Updated CHANGES.txt with a note about IContainerItemRenamer.

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

-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2005-02-10 21:48:46 UTC (rev 29109)
+++ Zope3/trunk/doc/CHANGES.txt	2005-02-10 21:49:49 UTC (rev 29110)
@@ -327,6 +327,10 @@
           skin is specified. This allows developers to create skins that do
           not include the default layer.
 
+      - Replaced copypastemove.rename with adapters to IContainerItemRenamer.
+        Instead of `rename(container, oldName, newName)`, one should use
+        `IContainerItemRenamer(container).renameItem(oldName, newName)`.
+
     Bug Fixes
 
       - Partially fixed issue #306 (Problem 2: Browser page and view directive



More information about the Zope3-Checkins mailing list