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 c4113ceb Evaluate isDelimiter once in nextToken whitespace skip (#618).
c4113ceb is described below

commit c4113ceb3acfba0634133e47d35c40d141e18525
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 22:11:14 2026 +0000

    Evaluate isDelimiter once in nextToken whitespace skip (#618).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d0175cc..93952e9f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Escape 
leading comment marker in printWithEscapes (#614).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Skip 
byte counting at EOF in ExtendedBufferedReader.read (#615).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Keep 
quoted empty trailing field with trailingDelimiter (#616).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary 
Gregory">Evaluate isDelimiter once in nextToken whitespace skip 
(#618)..</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>
       <action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>

Reply via email to