You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/07/31 22:25:50 UTC

svn commit: r1367752 - /commons/proper/collections/trunk/src/changes/changes.xml

Author: tn
Date: Tue Jul 31 20:25:49 2012
New Revision: 1367752

URL: http://svn.apache.org/viewvc?rev=1367752&view=rev
Log:
[COLLECTION-272] Added to changes.xml.

Modified:
    commons/proper/collections/trunk/src/changes/changes.xml

Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1367752&r1=1367751&r2=1367752&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Jul 31 20:25:49 2012
@@ -22,6 +22,9 @@
   <body>
 
   <release version="4.0" date="TBA" description="Next release">
+    <action issue="COLLECTIONS-272" dev="tn" type="add" due-to="Chaitanya Mutyala">
+      Added serialization support for "FixedOrderComparator" and "TransformingComparator".
+    </action>
     <action issue="COLLECTIONS-383" dev="tn" type="add" due-to="Adrian Cumiskey">
       Added "CollectionUtils#forAllDo" implementation which takes an "Iterator" as input.
     </action>