Author: brentworden Date: Wed Sep 10 16:08:46 2014 New Revision: 1624050 URL: http://svn.apache.org/r1624050 Log: CSV-124 update changes
Modified: commons/proper/csv/trunk/src/changes/changes.xml Modified: commons/proper/csv/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/changes.xml?rev=1624050&r1=1624049&r2=1624050&view=diff ============================================================================== --- commons/proper/csv/trunk/src/changes/changes.xml (original) +++ commons/proper/csv/trunk/src/changes/changes.xml Wed Sep 10 16:08:46 2014 @@ -43,6 +43,7 @@ <action issue="CSV-128" type="fix" dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action> <action issue="CSV-129" type="add" dev="ggregory">Add CSVFormat#with 0-arg methods matching boolean arg methods</action> <action issue="CSV-132" type="fix" dev="ggregory" due-to="Sascha Szott">Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote()</action> + <action issue="CSV-124" type="update" dev="brentworden" due-to="Kalyan">Improve toString() implementation of CSVRecord</action> </release> <release version="1.0" date="2014-08-14" description="First release"> <action issue="CSV-125" type="fix" dev="britter">No longer works with Java 6</action>