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 10c21216 Add boundary tests for BinaryCodec.fromAscii partial-bit
inputs #425.
10c21216 is described below
commit 10c212166591d8ef9f9bc30955eb170ad462e904
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 27 14:57:52 2026 -0500
Add boundary tests for BinaryCodec.fromAscii partial-bit inputs #425.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 886426a4..55d333fe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<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>
<action type="fix" dev="ggregory" due-to="DRUser123, Shalu Jha, Gary
Gregory" issue="CODEC-317">ColognePhonetic can create duplicate consecutive
codes in some cases.</action>
+ <action type="fix" dev="ggregory" due-to="fancying, Gary Gregory">Add
boundary tests for BinaryCodec.fromAscii partial-bit inputs #425.</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>