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 7663a113b45c0bc488c6a262dbb197d4e604a2e2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:05:07 2024 -0500 Add test cases for indexOf and contains method of ArrayUtils class #215. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3ff37175e..37db9e124 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -282,6 +282,9 @@ <action dev="ggregory" type="add" due-to="Vadim, Claude Warren, Gary Gregory, Alex Herbert"> Make AbstractPatriciaTrie public #407. </action> + <action dev="ggregory" type="add" due-to="Ajay Kumar Jha, Bruno P. Kinoshita, Claude Warren"> + Add test cases for indexOf and contains method of ArrayUtils class #215. + </action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> Bump org.easymock:easymock from 4.0.2 to 5.2.0 #352, #355, #375, #414.