[COLLECTIONS-760]: add changelog

This commit is contained in:
Bruno P. Kinoshita 2020-04-19 11:36:35 +12:00
parent 9beb1e0b11
commit e3aa7625b3
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
</properties>
<body>
<release version="4.5" date="2020-MM-DD" description="Maintenance release.">
<action issue="COLLECTIONS-760" dev="kinow" type="add" due-to="Isira Seneviratne">
Add tests for MapUtils
</action>
<action issue="COLLECTIONS-737" dev="kinow" type="update" due-to="Prodigysov">
Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests.
</action>