This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 7b7512c Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108. 7b7512c is described below commit 7b7512c4dea3c5b2f9aa3ac0103c6cbb30efcee2 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Nov 1 11:42:35 2019 -0400 Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c8648ee..b8efcc4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,9 @@ <action issue="COLLECTIONS-674" dev="ggregory" type="add" due-to="dota17"> Add CollectionUtils removeRange, removeCount #91. </action> + <action dev="ggregory" type="add" due-to="dota17"> + Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108. + </action> </release> <release version="4.4" date="2019-07-05" description="Maintenance release."> <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">