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 cb09b7a1 [CODEC-249] Fix Incorrect transform of CH digraph according
Metaphone basic rules #423.
cb09b7a1 is described below
commit cb09b7a1fcdb8060f96f15dcc48935bffc51cbd4
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 12 14:20:07 2026 -0500
[CODEC-249] Fix Incorrect transform of CH digraph according Metaphone
basic rules #423.
---
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 3b9fdccb..2bdba713 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.22.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
- <action type="fix" dev="ggregory" due-to="Shalu Jha, Gary Gregory"
issue="CODEC-249">Fix Incorrect transform of CH digraph according Metaphone
basic rules #423.</action>
+ <action type="fix" dev="ggregory" due-to="Shalu Jha, Andrey, Gary
Gregory" issue="CODEC-249">Fix Incorrect transform of CH digraph according
Metaphone basic rules #423.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Inkeet, Gary Gregory, Wolff
Bock von Wuelfingen" issue="CODEC-326">Add Base58 support.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
BaseNCodecInputStream.AbstracBuilder.setByteArray(byte[]).</action>