Version 1.4 Release Notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4711c16a90
commit
98e0f91b13
|
@ -1,3 +1,37 @@
|
|||
Apache Commons CSV
|
||||
Version 1.4
|
||||
Release Notes
|
||||
|
||||
INTRODUCTION:
|
||||
|
||||
This document contains the release notes for the 1.4 version of Apache Commons CSV.
|
||||
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
|
||||
|
||||
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.
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
NEW FEATURES
|
||||
==============
|
||||
|
||||
o CSV-182: Allow some printing operations directly from CSVFormat. Issue: CSV-182. Thanks to Gary Gregory.
|
||||
|
||||
CHANGES
|
||||
============
|
||||
|
||||
o CSV-181: Make CSVPrinter.print(Object) GC-free. Issue: CSV-181. Thanks to Gary Gregory.
|
||||
|
||||
|
||||
Have fun!
|
||||
-Apache Commons CSV team
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
Apache Commons CSV
|
||||
Version 1.3
|
||||
Release Notes
|
||||
|
|
Loading…
Reference in New Issue