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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e7e6cd4 StrBuilder.deleteImpl(int, int, int) doesn't clear its unused 
bytes (#742).
8e7e6cd4 is described below

commit 8e7e6cd484146b753d4500a0d3126d1ff51a6ec4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 21:11:14 2026 +0000

    StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes
    (#742).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7aba21a5..bae2a3b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary 
Gregory">Improve test coverage #732.</action>
       <action type="fix" dev="ggregory" issue="TEXT-239" due-to="Dominik 
Stadler, Gary Gregory">TextStringBuilder.append(char[], int, int) uses wrong 
variable in exception message #735.</action>
       <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary 
Gregory">StrBuilder.readFrom(Readable) exposes stale internal buffer to 
Readable parameter (#741).</action>
+      <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary 
Gregory">StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes 
(#742).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 99.</action>

Reply via email to