Skip to content

Commit a48c250

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

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Apache Commons CSV
2-
Version 1.4
3-
Release Notes
2+
Version 1.4
3+
Release Notes
4+
45

56
INTRODUCTION:
67

@@ -12,20 +13,28 @@ CSV requires at least Java 6.
1213
The Apache Commons CSV library provides a simple interface for reading and writing
1314
CSV files of various types.
1415

15-
Feature and bug fix release.
16+
Feature and bug fix release
1617

1718
Changes in this version include:
1819

1920
NEW FEATURES
2021
==============
2122

22-
o CSV-182: Allow some printing operations directly from CSVFormat. Issue: CSV-182. Thanks to Gary Gregory.
23+
o CSV-182: Allow some printing operations directly from CSVFormat. Thanks to Gary Gregory.
24+
2325

2426
CHANGES
25-
============
27+
=========
28+
29+
o CSV-181: Make CSVPrinter.print(Object) GC-free. Thanks to Gary Gregory.
2630

27-
o CSV-181: Make CSVPrinter.print(Object) GC-free. Issue: CSV-181. Thanks to Gary Gregory.
2831

32+
Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
33+
34+
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
35+
patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
36+
37+
http://commons.apache.org/proper/commons-csv/
2938

3039
Have fun!
3140
-Apache Commons CSV team
@@ -262,3 +271,4 @@ http://commons.apache.org/proper/commons-csv/
262271

263272
Have fun!
264273
-Apache Commons CSV team
274+

0 commit comments

Comments
 (0)