Add changelog entries for COLLECTIONS-464

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1681858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-05-26 20:46:25 +00:00
parent eb5e737f8f
commit db0582a60e
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@
<body>
<release version="4.1" date="TBD" description="">
<action issue="COLLECTIONS-464" dev="tn" type="add">
Added new class "FluentIterable" to support a fluent API for manipulating
Iterable instances. Additionally various supporting methods have been
added to "IterableUtils" and "IteratorUtils".
</action>
<action issue="COLLECTIONS-464" dev="tn" type="add">
Added new decorator "SkippingIterator" and factory methods "IteratorUtils#skippingIterator(...)".
</action>
<action issue="COLLECTIONS-556" dev="tn" type="add">
Added method "SetUtils#identityHashSet()" which returns a new identity HashSet
using reference-equality instead of object-equality.