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


The following commit(s) were added to refs/heads/master by this push:
     new f11278e6 [CSV-324] Lexer.isDelimiter() accepts a partial 
multi-character delimiter at EOF. #603
f11278e6 is described below

commit f11278e603d7641fe46c81b5dc88bd797b725114
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 17:56:23 2026 -0400

    [CSV-324] Lexer.isDelimiter() accepts a partial multi-character
    delimiter at EOF. #603
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a86ffcf8..f72472ee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,8 @@
       <action type="fix" dev="ggregory" due-to="Indy, Gary Gregory">[Javadoc] 
Clarify behavior of deprecated CSVFormat#withFirstRecordAsHeader() 
#2413.</action>
       <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-321">CSVFormat.equals()/hashCode() ignores maxRows (#600).</action>
       <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-323">ExtendedBufferedReader byte tracking leads to an incorrect 
CSVRecord.getBytePosition() (#601).</action>
-      <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-322">[CSV-322] CSVFormat.Builder.setQuote() does not refresh 
quotedNullString (#2447).</action>
+      <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-322">CSVFormat.Builder.setQuote() does not refresh quotedNullString 
(#2447).</action>
+      <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-324">Lexer.isDelimiter() accepts a partial multi-character delimiter 
at EOF (#603).</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van 
Os" issue="CSV-307">Add an "Android Compatibility" section to the web 
site.</action>
       <!-- UPDATE --> 

Reply via email to