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 f15e8806da532cbefe23a2e095e6b775d1ed94ee
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 21 10:50:04 2026 +0000

    Fix CsvUnescaper bounds error on a single quote field (#1723).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8f9011005..2e2669c92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -201,6 +201,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep abbreviate and truncate off surrogate pair boundaries 
(#1719).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep initials from splitting a supplementary code point 
(#1722).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in DurationFormatUtils.formatPeriod (#1720).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix CsvUnescaper bounds error on a single quote field (#1723).</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