Skip to content

Commit d53998e

Browse files
committed
Fix release notes.
1 parent 0ab1318 commit d53998e

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55

66
INTRODUCTION:
77

8-
This document contains the release notes for the 1.8-SNAPSHOT version of Apache Commons CSV.
8+
This document contains the release notes for the 1.8 version of Apache Commons CSV.
99
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
1010

11-
Commons CSV requires at least Java 6.
11+
Commons CSV requires at least Java 8.
1212

13-
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
14-
15-
Feature and bug fix release (Java 8).
1613
This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6. New fields added since
1714
1.7 are not serialized. Support for Serializable is scheduled to be removed in version 2.0.
1815

src/changes/release-notes.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INTRODUCTION:
2525
This document contains the release notes for the ${version} version of Apache Commons CSV.
2626
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
2727

28-
Commons CSV requires at least Java 6.
28+
Commons CSV requires at least Java 8.
2929

3030
$introduction.replaceAll("(?<!\015)\012", "
3131
").replaceAll("(?m)^ +","")

0 commit comments

Comments
 (0)