Skip to content

Commit 6a2376a

Browse files
committed
Add and use CSVFormat.Builder, deprecated CSVFormat#with methods, based
on apache#73.
1 parent dc5d034 commit 6a2376a

5 files changed

Lines changed: 1290 additions & 643 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<action type="add" dev="ggregory" due-to="Gary Gregory">Add CSVParser#stream().</action>
6464
<action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord.putIn(Map) public.</action>
6565
<action type="add" dev="ggregory" due-to="dota17">Add test cases for CSVRecord with get(Enum) and toString. #54.</action>
66+
<action type="add" dev="ggregory" due-to="Gary Gregory, dota17">Add and use CSVFormat.Builder, deprecated CSVFormat#with methods, based on #73.</action>
6667
<!-- UPDATE -->
6768
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.7.0, #84 #109</action>
6869
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.12.0.</action>

0 commit comments

Comments
 (0)