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 283eaf49 FormattableUtils.append re-parses literal output as format 
string (#743)
283eaf49 is described below

commit 283eaf49586331a7adc0b28fdfa5e8f09df87123
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 18 18:31:42 2026 -0400

    FormattableUtils.append re-parses literal output as format string (#743)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bae2a3b8..ee56669f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
+      <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary 
Gregory">FormattableUtils.append re-parses literal output as format string 
(#743).</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