File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11 Apache Commons CSV
2- Version 1.4
3- Release Notes
2+ Version 1.4
3+ Release Notes
4+
45
56INTRODUCTION:
67
@@ -12,20 +13,28 @@ CSV requires at least Java 6.
1213The Apache Commons CSV library provides a simple interface for reading and writing
1314CSV files of various types.
1415
15- Feature and bug fix release.
16+ Feature and bug fix release
1617
1718Changes in this version include:
1819
1920NEW FEATURES
2021==============
2122
22- o CSV-182: Allow some printing operations directly from CSVFormat. Issue: CSV-182. Thanks to Gary Gregory.
23+ o CSV-182: Allow some printing operations directly from CSVFormat. Thanks to Gary Gregory.
24+
2325
2426CHANGES
25- ============
27+ =========
28+
29+ o CSV-181: Make CSVPrinter.print(Object) GC-free. Thanks to Gary Gregory.
2630
27- o CSV-181: Make CSVPrinter.print(Object) GC-free. Issue: CSV-181. Thanks to Gary Gregory.
2831
32+ Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
33+
34+ For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
35+ patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
36+
37+ http://commons.apache.org/proper/commons-csv/
2938
3039Have fun!
3140-Apache Commons CSV team
@@ -262,3 +271,4 @@ http://commons.apache.org/proper/commons-csv/
262271
263272Have fun!
264273-Apache Commons CSV team
274+
You can’t perform that action at this time.
0 commit comments