[COLLECTIONS-424] Add to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-17 10:05:03 +00:00
parent 0f0b8710e2
commit 0ec35de2c5
1 changed files with 4 additions and 0 deletions

View File

@ -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>