[COLLECTIONS-715] Implement Collection's removeIf().
This commit is contained in:
parent
bd76c28259
commit
8688bf734e
|
@ -20,10 +20,13 @@
|
||||||
<title>Commons Collections Changes</title>
|
<title>Commons Collections Changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="4.3.1" date="2019-MM-DD" description="Maintenance release.">
|
<release version="4.4" date="2019-MM-DD" description="Maintenance release.">
|
||||||
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
||||||
NullPointerExceptions in CompositeCollection, CompositeSet, and CompositeMap.
|
NullPointerExceptions in CompositeCollection, CompositeSet, and CompositeMap.
|
||||||
</action>
|
</action>
|
||||||
|
<action issue="COLLECTIONS-715" dev="ggregory" type="add" due-to="morningmemo, Gary Gregory">
|
||||||
|
Implement Collection's removeIf().
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="4.3" date="2018-12-21" description="Update from Java 7 to Java 8, bug fixes, and small changes.">
|
<release version="4.3" date="2018-12-21" description="Update from Java 7 to Java 8, bug fixes, and small changes.">
|
||||||
<action issue="COLLECTIONS-691" dev="kinow" type="fix" due-to="Eitan Adler">
|
<action issue="COLLECTIONS-691" dev="kinow" type="fix" due-to="Eitan Adler">
|
||||||
|
|
Loading…
Reference in New Issue