This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit e3aa7625b3914b17b091044847260c8a81ea8135 Author: Bruno P. Kinoshita <ki...@apache.org> AuthorDate: Sun Apr 19 11:36:35 2020 +1200 [COLLECTIONS-760]: add changelog --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5fb985..ee57d56 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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>