You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/05/21 07:13:23 UTC

svn commit: r1744858 - /commons/proper/csv/trunk/RELEASE-NOTES.txt

Author: ggregory
Date: Sat May 21 07:13:23 2016
New Revision: 1744858

URL: http://svn.apache.org/viewvc?rev=1744858&view=rev
Log:
Version 1.4 Release Notes.

Modified:
    commons/proper/csv/trunk/RELEASE-NOTES.txt

Modified: commons/proper/csv/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/RELEASE-NOTES.txt?rev=1744858&r1=1744857&r2=1744858&view=diff
==============================================================================
--- commons/proper/csv/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/csv/trunk/RELEASE-NOTES.txt Sat May 21 07:13:23 2016
@@ -1,4 +1,38 @@
                         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