This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new d53998e Fix release notes. d53998e is described below commit d53998eed20e1068ead3591d34e2f4f962b55d7a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 6 22:01:57 2020 -0500 Fix release notes. --- RELEASE-NOTES.txt | 7 ++----- src/changes/release-notes.vm | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index da85ce2..e06872c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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. diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 354cfc8..d94b448 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -25,7 +25,7 @@ INTRODUCTION: This document contains the release notes for the ${version} 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. $introduction.replaceAll("(?<!\015)\012", " ").replaceAll("(?m)^ +","")