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:
Gary D. Gregory 2016-05-21 07:15:19 +00:00
parent 98e0f91b13
commit a48c250680
1 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,7 @@
Apache Commons CSV Apache Commons CSV
Version 1.4 Version 1.4
Release Notes Release Notes
INTRODUCTION: INTRODUCTION:
@ -12,21 +13,29 @@ CSV requires at least Java 6.
The Apache Commons CSV library provides a simple interface for reading and writing The Apache Commons CSV library provides a simple interface for reading and writing
CSV files of various types. CSV files of various types.
Feature and bug fix release. Feature and bug fix release
Changes in this version include: Changes in this version include:
NEW FEATURES 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 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! Have fun!
-Apache Commons CSV team -Apache Commons CSV team
@ -262,3 +271,4 @@ http://commons.apache.org/proper/commons-csv/
Have fun! Have fun!
-Apache Commons CSV team -Apache Commons CSV team