From 10977ae1b2e50d3b347d9fe501c4e40a7dccd94e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 9 Oct 2017 13:10:23 -0600 Subject: [PATCH] Add version 1.6 to changes. --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 039d15fd..bbfa930e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,8 @@ Release Notes + + withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17. Fix outdated comments about FileReader in CSVParser #13