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

commit bfbf1767f3cec0f4263520655b59678857fae047
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 08:26:33 2026 -0400

    Quote value with leading or trailing Unicode whitespace (#621).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0fa3a3a..492acad0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@
       <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>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote 
value ending with multi-character delimiter prefix (#620).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote 
value with leading or trailing Unicode whitespace (#621).</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