This commit is contained in:
Gary Gregory 2018-06-12 15:44:05 -06:00
parent b88b065aa9
commit 8312673aa7
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@
<action issue="COLLECTIONS-678" dev="ggregory" type="fix" due-to="Oscar Luis Vera Pérez">
The verification of unsupported iterator methods is not complete.
</action>
<action issue="COLLECTIONS-673" dev="ggregory" type="fix" due-to="John Mark, Stephan Fuhrmann">
ListUtils.partition potential integer overflow.
</action>
</release>
<release version="4.1" date="2015-11-28" description="This is a security and minor release.">
<action issue="COLLECTIONS-508" dev="tn" type="add">