File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Apache Commons CSV
2+ Version 1.2
3+ Release Notes
4+
5+
6+ INTRODUCTION:
7+
8+ This document contains the release notes for the 1.2-SNAPSHOT version of Apache Commons CSV.
9+ Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
10+
11+ CSV requires at least Java 7.0.
12+
13+ The Apache Commons CSV library provides a simple interface for reading and writing
14+ CSV files of various types.
15+
16+ Feature and bug fix release
17+
18+ Changes in this version include:
19+
20+ NEW FEATURES
21+ ==============
22+
23+ o CSV-157: Add enum CSVFormat.Predefined that contains the default CSVFormat values.
24+
25+ FIXED BUGS
26+ ============
27+
28+ o CSV-145: CSVFormat.with* methods clear the header comments Thanks to Frank Ulbricht.
29+ o CSV-156: Incorrect Javadoc on QuoteMode.NONE Thanks to Jason Steenstra-Pickens.
30+
31+
32+
33+ Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
34+
35+ For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
36+ patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
37+
38+ http://commons.apache.org/proper/commons-csv/
39+
40+ Have fun!
41+ -Apache Commons CSV team
42+
43+ ------------------------------------------------------------------------------
44+
145 Apache Commons CSV
246 Version 1.1
347 Release Notes
You can’t perform that action at this time.
0 commit comments