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 a666cc1c Skip trailing delimiter on comment lines in printComment
(#623).
a666cc1c is described below
commit a666cc1cde9a15d02ecee34242176f13b5df0646
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 16 11:13:44 2026 -0400
Skip trailing delimiter on comment lines in printComment (#623).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d41657a..db22b85d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@
<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>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Exclude byte-order mark from ExtendedBufferedReader byte counting
(#622).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Skip trailing delimiter on comment lines in printComment
(#623).</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>