From 98e0f91b13109c44ce6b889e280aa8e0801570ae Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Sat, 21 May 2016 07:13:23 +0000 Subject: [PATCH] Version 1.4 Release Notes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744858 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 31ccd9d0..910053f0 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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