diff --git a/pom.xml b/pom.xml index a920cbc1..6de64ca4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 47 commons-csv - 1.6 + 1.7-SNAPSHOT Apache Commons CSV http://commons.apache.org/proper/commons-csv/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 66cccab1..dc3ab096 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,8 @@ Release Notes + + Add more documentation to CSVPrinter. Add autoFlush option for CsvPrinter. PR #24.