Add RELEASE-NOTES for release 1.6
Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/a6458f15 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/a6458f15 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/a6458f15 Branch: refs/heads/master Commit: a6458f1587cd0159598f3fd984e2c810b94acc0d Parents: 6182013 Author: Benedikt Ritter <brit...@apache.org> Authored: Wed Sep 19 11:26:20 2018 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Wed Sep 19 11:26:20 2018 +0200 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/a6458f15/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index cf7c853..3497353 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,58 @@ Apache Commons CSV + Version 1.6 + Release Notes + + +INTRODUCTION: + +This document contains the release notes for the 1.6 version of +Apache Commons CSV. Commons CSV reads and writes files in variations of the +Comma Separated Value (CSV) format. + +CSV requires at least Java 7. + +The Apache Commons CSV library provides a simple interface for reading and +writing CSV files of various types. + +Feature and bug fix release. + +Changes in this version include: + +NEW FEATURES +============== + +o CSV-217: Add autoFlush option for CsvPrinter. PR #24. + Thanks to Korolyov Alexei. +o CSV-220: Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator(). + Thanks to Gary Gregory. + +FIXED BUGS +============ + +o CSV-219: The behavior of quote char using is not similar as Excel does when + the first string contains CJK char(s). Thanks to Zhang Hongda. +o CSV-172: Don't quote cells just because they have UTF-8 encoded characters. + Thanks to Andrew Pennebaker. +o CSV-223: Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL. + Thanks to Samuel Martin. +o CSV-209: Create CSVFormat.ORACLE preset. Thanks to Gary Gregory. +o CSV-224: Some multi-iterator parsing peek sequences incorrectly consume + elements. Thanks to David Warshaw. +o CSV-225: Parse method should avoid creating a redundant BufferedReader. + Thanks to Anson Schwabecher. + +CHANGES +========= + +o CSV-231: Add more documentation to CSVPrinter. + + +Have fun! +-Apache Commons CSV team + +------------------------------------------------------------------------------ + + Apache Commons CSV Version 1.5 Release Notes