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
commit 334941d06a1bd58aa0af8b16a8fd67cb5e4752ed Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Nov 1 11:37:22 2019 -0400 [COLLECTIONS-674] Add drain method to CollectionUtils #91. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4d6672d..4017c56 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,9 @@ <action dev="ggregory" type="update" due-to="dota17"> Add three test cases in UnmodifiableQueueTest #105. </action> + <action issue="COLLECTIONS-674" dev="ggregory" type="add" due-to="dota17"> + Add drain method to CollectionUtils #91. + </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">