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 2020/02/07 03:01:42 UTC

svn commit: r37915 - /release/commons/csv/RELEASE-NOTES.txt

Author: ggregory
Date: Fri Feb  7 03:01:42 2020
New Revision: 37915

Log:
Fix RELEASE-NOTES.txt.

Modified:
    release/commons/csv/RELEASE-NOTES.txt

Modified: release/commons/csv/RELEASE-NOTES.txt
==============================================================================
--- release/commons/csv/RELEASE-NOTES.txt (original)
+++ release/commons/csv/RELEASE-NOTES.txt Fri Feb  7 03:01:42 2020
@@ -5,14 +5,11 @@
 
 INTRODUCTION:
 
-This document contains the release notes for the 1.8-SNAPSHOT version of Apache Commons CSV.
+This document contains the release notes for the 1.8 version of Apache Commons CSV.
 Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
 
-Commons CSV requires at least Java 6.
+Commons CSV requires at least Java 8.
 
-The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
-
-Feature and bug fix release (Java 8).
 This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6. New fields added since 
 1.7 are not serialized. Support for Serializable is scheduled to be removed in version 2.0.