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 5b698577 Add slot for the next release
5b698577 is described below
commit 5b698577dc80fe407101634fbaf18e8e654b7165
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 30 07:57:15 2023 -0400
Add slot for the next release
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6f2ba21..c463f6c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,8 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Text Changes</title>
</properties>
<body>
+ <release version="1.11.1" date="202Y-MM-DD" description="Release 1.11.1.
Requires Java 8.">
+ </release>
<release version="1.11.0" date="2023-10-24" description="Release 1.11.0.
Requires Java 8.">
<!-- FIX -->
<action issue="TEXT-219" type="fix" dev="aherbert" due-to="Jaap
Sperling">Fix StringTokenizer.getTokenList to return an independent modifiable
list</action>