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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
<actionissue="CSV-219"type="fix"dev="ggregory"due-to="Zhang Hongda">The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s).</action>
44
44
<actionissue="CSV-172"type="fix"dev="ggregory"due-to="Andrew Pennebaker">Don't quote cells just because they have UTF-8 encoded characters.</action>
45
45
<actionissue="CSV-220"type="add"dev="ggregory"due-to="Gary Gregory">Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().</action>
46
+
<actionissue="CSV-223"type="fix"dev="ggregory"due-to="Samuel Martin">Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL.</action>
46
47
</release>
47
48
<releaseversion="1.5"date="2017-09-03"description="Feature and bug fix release">
48
49
<actionissue="CSV-203"type="fix"dev="ggregory"due-to="Richard Wheeldon, Kai Paroth">withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17.</action>
0 commit comments