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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 9c68c837 Document changes in BM package 9c68c837 is described below commit 9c68c837c28f884d02108729b05b3c9c47e42548 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 13 07:40:16 2024 -0400 Document changes in BM package --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e06a9b4c..07640701 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,8 +45,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.17.0" date="YYYY-MM-DD" description="Feature and fix release. Requires a minimum of Java 8."> <!-- ADD --> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size().</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add override org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size().</action> <!-- FIX --> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Optimize memory allocation in PhoneticEngine.</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 66 to 69 #250, #261.</action> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-io:commons-io from 2.15.1 to 2.16.1 #258, #265.</action>