Author: ggregory Date: Tue May 24 23:03:01 2016 New Revision: 1745410 URL: http://svn.apache.org/viewvc?rev=1745410&view=rev Log: [CSV-183] Drop ferc.gov tests.
Removed: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/FercGovTest.java commons/proper/csv/trunk/src/test/resources/ferc.gov/ 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=1745410&r1=1745409&r2=1745410&view=diff ============================================================================== --- commons/proper/csv/trunk/src/changes/changes.xml (original) +++ commons/proper/csv/trunk/src/changes/changes.xml Tue May 24 23:03:01 2016 @@ -41,6 +41,7 @@ <release version="1.4" date="2016-MM-DD" description="Feature and bug fix release"> <action issue="CSV-181" type="update" dev="ggregory" due-to="Gary Gregory">Make CSVPrinter.print(Object) GC-free.</action> <action issue="CSV-182" type="add" dev="ggregory" due-to="Gary Gregory">Allow some printing operations directly from CSVFormat.</action> + <action issue="CSV-183" type="update" dev="ggregory">Drop ferc.gov tests.</action> </release> <release version="1.3" date="2016-05-09" description="Feature and bug fix release"> <action issue="CSV-179" type="add" dev="britter">Add shortcut method for using first record as header to CSVFormat</action>