You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@
53
53
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">CSVParser applies characterOffset to bytePosition (#604).</action>
54
54
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-326">CSVPrinter Reader printing with quote and escape can emit CSV that its parser cannot read back.</action>
55
55
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-327">CSVParser applies maxRows to record numbers instead of rows produced when setRecordNumber(...) is used.</action>
56
+
<actiontype="fix"dev="ggregory"due-to="OldTruckDriver, Gary Gregory"issue="CSV-326">Escape Reader values with quote and escape (#606).
57
+
.</action>
56
58
<!-- ADD -->
57
59
<actiontype="add"dev="ggregory"due-to="Gary Gregory, Indy, Sylvia van Os"issue="CSV-307">Add an "Android Compatibility" section to the web site.</action>
58
60
<actiontype="add"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>
0 commit comments