Version 1.4 Release Notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98e0f91b13
commit
a48c250680
|
@ -1,6 +1,7 @@
|
|||
Apache Commons CSV
|
||||
Version 1.4
|
||||
Release Notes
|
||||
Version 1.4
|
||||
Release Notes
|
||||
|
||||
|
||||
INTRODUCTION:
|
||||
|
||||
|
@ -12,21 +13,29 @@ CSV requires at least Java 6.
|
|||
The Apache Commons CSV library provides a simple interface for reading and writing
|
||||
CSV files of various types.
|
||||
|
||||
Feature and bug fix release.
|
||||
Feature and bug fix release
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
NEW FEATURES
|
||||
==============
|
||||
|
||||
o CSV-182: Allow some printing operations directly from CSVFormat. Issue: CSV-182. Thanks to Gary Gregory.
|
||||
o CSV-182: Allow some printing operations directly from CSVFormat. Thanks to Gary Gregory.
|
||||
|
||||
|
||||
CHANGES
|
||||
============
|
||||
=========
|
||||
|
||||
o CSV-181: Make CSVPrinter.print(Object) GC-free. Issue: CSV-181. Thanks to Gary Gregory.
|
||||
o CSV-181: Make CSVPrinter.print(Object) GC-free. Thanks to Gary Gregory.
|
||||
|
||||
|
||||
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
|
||||
|
||||
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
|
||||
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
|
||||
|
||||
http://commons.apache.org/proper/commons-csv/
|
||||
|
||||
Have fun!
|
||||
-Apache Commons CSV team
|
||||
|
||||
|
@ -262,3 +271,4 @@ http://commons.apache.org/proper/commons-csv/
|
|||
|
||||
Have fun!
|
||||
-Apache Commons CSV team
|
||||
|
||||
|
|
Loading…
Reference in New Issue