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
@@ -50,8 +50,10 @@
50
50
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-323">ExtendedBufferedReader byte tracking leads to an incorrect CSVRecord.getBytePosition() (#601).</action>
51
51
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-322">CSVFormat.Builder.setQuote() does not refresh quotedNullString (#2447).</action>
52
52
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-324">Lexer.isDelimiter() accepts a partial multi-character delimiter at EOF (#603).</action>
53
+
<actiontype="fix"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">CSVParser applies characterOffset to bytePosition (#604).</action>
53
54
<!-- ADD -->
54
55
<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>
56
+
<actiontype="add"dev="ggregory"due-to="Ruiqi Dong, Gary Gregory"issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>
55
57
<!-- UPDATE -->
56
58
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 100 #573, #595.</action>
57
59
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">[test] Bump com.opencsv:opencsv from 5.11.2 to 5.12.0 #558.</action>
0 commit comments