Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit 80d9acd

Browse files
committed
Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695193 13f79535-47bb-0310-9956-ffa450edef68
1 parent cb3f7d7 commit 80d9acd

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
Apache Commons CSV
2+
Version 1.2
3+
Release Notes
4+
5+
6+
INTRODUCTION:
7+
8+
This document contains the release notes for the 1.2-SNAPSHOT version of Apache Commons CSV.
9+
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
10+
11+
CSV requires at least Java 7.0.
12+
13+
The Apache Commons CSV library provides a simple interface for reading and writing
14+
CSV files of various types.
15+
16+
Feature and bug fix release
17+
18+
Changes in this version include:
19+
20+
NEW FEATURES
21+
==============
22+
23+
o CSV-157: Add enum CSVFormat.Predefined that contains the default CSVFormat values.
24+
25+
FIXED BUGS
26+
============
27+
28+
o CSV-145: CSVFormat.with* methods clear the header comments Thanks to Frank Ulbricht.
29+
o CSV-156: Incorrect Javadoc on QuoteMode.NONE Thanks to Jason Steenstra-Pickens.
30+
31+
32+
33+
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
34+
35+
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
36+
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
37+
38+
http://commons.apache.org/proper/commons-csv/
39+
40+
Have fun!
41+
-Apache Commons CSV team
42+
43+
------------------------------------------------------------------------------
44+
145
Apache Commons CSV
246
Version 1.1
347
Release Notes

0 commit comments

Comments
 (0)