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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 4b034f96a Fix spelling and grammar in StringUtils #1486
4b034f96a is described below
commit 4b034f96a111043cb5318886dcc6ebc623543b88
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 15 08:55:44 2025 -0500
Fix spelling and grammar in StringUtils #1486
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce2b5b0c9..fd7fd0f8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,12 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Lang Release Notes</title>
</properties>
<body>
+ <release version="3.20.1" date="YYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="ThrawnCA">Fix
spelling and grammar in StringUtils #1486.</action>
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="3.20.0" date="2025-11-12" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Optimize ObjectToStringComparator.compare() method #1449.</action>