We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cdb8a commit b1668b4Copy full SHA for b1668b4
1 file changed
src/changes/changes.xml
@@ -43,6 +43,7 @@
43
<action issue="CSV-128" type="fix" dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action>
44
<action issue="CSV-129" type="add" dev="ggregory">Add CSVFormat#with 0-arg methods matching boolean arg methods</action>
45
<action issue="CSV-132" type="fix" dev="ggregory" due-to="Sascha Szott">Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote()</action>
46
+ <action issue="CSV-124" type="update" dev="brentworden" due-to="Kalyan">Improve toString() implementation of CSVRecord</action>
47
</release>
48
<release version="1.0" date="2014-08-14" description="First release">
49
<action issue="CSV-125" type="fix" dev="britter">No longer works with Java 6</action>
0 commit comments