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 b112daac Escape leading comment marker in printWithEscapes (#614).
b112daac is described below
commit b112daacc74664c925b28d413b660dc47faddcef
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 19 21:14:05 2026 +0000
Escape leading comment marker in printWithEscapes (#614).
---
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 006de771..f172a96f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,8 @@
<action type="fix" dev="ggregory" due-to="OldTruckDriver, Gary Gregory"
issue="CSV-326">Escape Reader values with quote and escape (#606).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Clear
escape delimiter buffer before peek in Lexer.isEscapeDelimiter() (#608,
#611).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Escape
quote char in printWithEscapes when QuoteMode is NONE (#609).</action>
- <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value starting with comment marker in minimal quote mode (#610)..</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value starting with comment marker in minimal quote mode (#610).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Escape
leading comment marker in printWithEscapes (#614).</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>