Fix release notes.

This commit is contained in:
Gary Gregory 2020-02-06 22:01:57 -05:00
parent 0ab1318a44
commit d53998eed2
2 changed files with 3 additions and 6 deletions

View File

@ -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.

View File

@ -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)^ +","")