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 d809fb9e [CODEC-249] Fix Incorrect transform of CH digraph according 
Metaphone basic rules #423.
d809fb9e is described below

commit d809fb9ee42700dd8905260c4c4229e3f5cdbf43
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 12 14:15:48 2026 -0500

    [CODEC-249] Fix Incorrect transform of CH digraph according Metaphone
    basic rules #423.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4325af1..3b9fdccb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +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>
       <!-- 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>

Reply via email to