From f5a1968bb128db9a6a13ad0731f00237800163b2 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 19 May 2018 09:03:56 -0600 Subject: [PATCH] [CSV-225] Parse method should avoid creating a redundant BufferedReader. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d94ccdde..21229a3c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL. Create CSVFormat.ORACLE preset. Some Multi Iterator Parsing Peek Sequences Incorrectly Consume Elements. + Parse method should avoid creating a redundant BufferedReader. withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17.