Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 98e0f91

Browse files
committed
Version 1.4 Release Notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744858 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4711c16 commit 98e0f91

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
Apache Commons CSV
2+
Version 1.4
3+
Release Notes
4+
5+
INTRODUCTION:
6+
7+
This document contains the release notes for the 1.4 version of Apache Commons CSV.
8+
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
9+
10+
CSV requires at least Java 6.
11+
12+
The Apache Commons CSV library provides a simple interface for reading and writing
13+
CSV files of various types.
14+
15+
Feature and bug fix release.
16+
17+
Changes in this version include:
18+
19+
NEW FEATURES
20+
==============
21+
22+
o CSV-182: Allow some printing operations directly from CSVFormat. Issue: CSV-182. Thanks to Gary Gregory.
23+
24+
CHANGES
25+
============
26+
27+
o CSV-181: Make CSVPrinter.print(Object) GC-free. Issue: CSV-181. Thanks to Gary Gregory.
28+
29+
30+
Have fun!
31+
-Apache Commons CSV team
32+
33+
------------------------------------------------------------------------------
34+
135
Apache Commons CSV
236
Version 1.3
337
Release Notes

0 commit comments

Comments
 (0)