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-lang.git

commit 7515777a2dbc8b7e3622f62e760e303b1f72ad4d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 08:31:43 2026 -0400

    Match String case folding in StrBuilder.equalsIgnoreCase (#1745).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b713ec600..64a317c66 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -222,6 +222,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep FastDateParser numeric parse from throwing on int overflow 
(#1741).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep FastDateParser.parse error message intact for Japanese imperial 
locale (#1743).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep ExtendedMessageFormat from rejecting a quoted format style 
(#1744).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Match String case folding in StrBuilder.equalsIgnoreCase 
(#1745).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to