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 506b762f Add Base45 support.
506b762f is described below
commit 506b762f724fbca2fa2dc198b81598dbb214fd28
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 12 18:14:59 2026 -0700
Add Base45 support.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80ea6805..c881d90e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
<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="add" dev="ggregory" due-to="Yu Bao, Gary Gregory">Add
PhoneticEngine.Builder.setMaxInputLength(int).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Base45
support.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 103 to 105.</action>
</release>