Author: tn
Date: Tue May 26 20:46:25 2015
New Revision: 1681858
URL: http://svn.apache.org/r1681858
Log:
Add changelog entries for COLLECTIONS-464
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=1681858&r1=1681857&r2=1681858&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue May 26
20:46:25 2015
@@ -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.