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 203f3518b8b8c642ba4a9cca78a76ce8532620b2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 15 09:23:08 2021 -0500 Add INDEX_NOT_FOUND constant #210. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 64a5c0e..8ea1cdc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -249,6 +249,9 @@ <action type="update" dev="kinow" due-to="Dependabot"> Bump actions/cache from v2 to v2.1.4 #214. </action> + <action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory"> + Add and use CollectionUtils.INDEX_NOT_FOUND constant. + </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">