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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 04f779aa Better release description
04f779aa is described below
commit 04f779aa158b65d3089b99d4e9ed454eed9b0bf0
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 08:41:40 2025 -0500
Better release description
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bfb7505e..e689fcd7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Text Changes</title>
</properties>
<body>
- <release version="1.15.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="1.15.0" date="YYYY-MM-DD" description="Release 1.15.0.
This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception
message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex
Herbert, Gary Gregory" issue="TEXT-236">Inserting at the end of a
TextStringBuilder throws a StringIndexOutOfBoundsException.</action>