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 ad4e2e013 Fix attribute name ad4e2e013 is described below commit ad4e2e013e954cc0d7a0ad0fd820894cecd9811d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 28 09:23:00 2024 -0400 Fix attribute name --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b49aeba4d..d2b6aafed 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,7 +24,7 @@ <body> <release version="4.5.0" date="YYYY-MM-DD" description="This milestone release requires Java 8 and adds the package `org.apache.commons.collections4.bloomfilter`."> <!-- UPDATE --> - <action isue="COLLECTIONS-852" type="update" dev="ggregory" due-to="Claude Warren, Alex Herbert">Add layerd bloom filter clean method #476 .</action> + <action issue="COLLECTIONS-852" type="update" dev="ggregory" due-to="Claude Warren, Alex Herbert">Add layerd bloom filter clean method #476 .</action> <!-- FIX --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 67 to 69 #473.</action>