[COLLECTIONS-396] Add change record.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-02-28 18:31:14 +00:00
parent 71839dd264
commit 4898823d3c
2 changed files with 6 additions and 0 deletions

View File

@ -333,6 +333,9 @@
<contributor> <contributor>
<name>Joe Raysa</name> <name>Joe Raysa</name>
</contributor> </contributor>
<contributor>
<name>Jeff Rodriguez</name>
</contributor>
<contributor> <contributor>
<name>Ashwin S</name> <name>Ashwin S</name>
</contributor> </contributor>

View File

@ -22,6 +22,9 @@
<body> <body>
<release version="4.0" date="TBA" description="Next release"> <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"> <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 SetUniqueList.set(int, E) now works correctly if the object to be inserted
is already placed at the given position. is already placed at the given position.