[COLLECTION-272] Added to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1367752 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-31 20:25:49 +00:00
parent ab32bf1d78
commit 1f09f103a8
1 changed files with 3 additions and 0 deletions

View File

@ -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>