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 a5585689a Update name in changes.xml
a5585689a is described below
commit a5585689a31f47b3f95808f8666d062e18097707
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 4 10:12:36 2025 -0400
Update name in changes.xml
---
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 c1af556bb..26ca4f666 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Optimize ObjectToStringComparator.compare() method #1449.</action>
<action type="fix" dev="ggregory" due-to="Marcono1234,
Gary Gregory">[javadoc] Improve StringUtils Javadoc #1450.</action>
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix internal inverted logic in private isEnum() method and correct its
usage in getFirstEnum() #1454.</action>
- <action type="fix" dev="ggregory" due-to="Damien
Carbonne, Gary Gregory, Rob Spoor">Use accessors in ToStringStyle so subclasses
can effectively override them.</action>
+ <action type="fix" dev="ggregory" due-to="William
Degrange, Gary Gregory, Rob Spoor">Use accessors in ToStringStyle so subclasses
can effectively override them.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemProperties.getPath(String, Supplier<Path>).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_25.</action>