This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 27d0664e Fix action type.
27d0664e is described below
commit 27d0664e7ce073748cb28b8bf08011d9f8566cea
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 8 17:28:38 2026 -0400
Fix action type.
---
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 2a70e666..c5a6aa22 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
PhoneticEngine.Builder and deprecate old constructors.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
BeiderMorseEncoder.Builder and deprecate old constructor.</action>
- <action type="fix" dev="ggregory" due-to="Yu Bao, Gary Gregory">Add
PhoneticEngine.Builder.setMaxInputLength(int).</action>
+ <action type="add" dev="ggregory" due-to="Yu Bao, Gary Gregory">Add
PhoneticEngine.Builder.setMaxInputLength(int).</action>
<!-- UPDATE -->
</release>
<release version="1.22.1" date="2026-07-27" description="This is a feature
and maintenance release. Java 8 or later is required.">