Author: tn Date: Thu Feb 28 18:31:14 2013 New Revision: 1451281 URL: http://svn.apache.org/r1451281 Log: [COLLECTIONS-396] Add change record.
Modified: commons/proper/collections/trunk/pom.xml commons/proper/collections/trunk/src/changes/changes.xml Modified: commons/proper/collections/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1451281&r1=1451280&r2=1451281&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Thu Feb 28 18:31:14 2013 @@ -334,6 +334,9 @@ <name>Joe Raysa</name> </contributor> <contributor> + <name>Jeff Rodriguez</name> + </contributor> + <contributor> <name>Ashwin S</name> </contributor> <contributor> Modified: commons/proper/collections/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1451281&r1=1451280&r2=1451281&view=diff ============================================================================== --- commons/proper/collections/trunk/src/changes/changes.xml (original) +++ commons/proper/collections/trunk/src/changes/changes.xml Thu Feb 28 18:31:14 2013 @@ -22,6 +22,9 @@ <body> <release version="4.0" date="TBA" description="Next release"> + <action issue="COLLECTIONS-396" dev="tn" type="add" due-to="Jeff Rodriguez"> + Added "LazyIteratorChain" iterator. + </action> <action issue="COLLECTIONS-444" dev="tn" type="fix" due-to="Thomas Vahrst"> SetUniqueList.set(int, E) now works correctly if the object to be inserted is already placed at the given position.