Author: tn
Date: Sun Mar 17 10:05:03 2013
New Revision: 1457411
URL: http://svn.apache.org/r1457411
Log:
[COLLECTIONS-424] Add to changes.xml.
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=1457411&r1=1457410&r2=1457411&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Sun Mar 17
10:05:03 2013
@@ -22,6 +22,10 @@
<body>
<release version="4.0" date="TBA" description="Next release">
+ <action issue="COLLECTIONS-424" dev="tn" type="change" due-to="Michael
Pradel">
+ "CompositeSet" does not inherit from "CompositeCollection" anymore. The
inner class
+ "SetMutator" has been updated accordingly.
+ </action>
<action issue="COLLECTIONS-361" dev="tn" type="add" due-to="Jean-Noel
Rouvignac">
Add method "CollectionUtils#filterInverse(Iterable, Predicate)".
</action>