diff --git a/pom.xml b/pom.xml index 09eea180..900bc77b 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ CSV files of various types. 1.7 - (Java 7+) + (Java 8) RC1 csv @@ -143,8 +143,8 @@ CSV files of various types. CSV 12313222 2005 - 1.7 - 1.7 + 1.8 + 1.8 UTF-8 UTF-8 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4e6bb53a..04622d90 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,6 +43,7 @@ Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats. Site link "Source Repository" does not work. Add support for java.sql.Clob. + Update to Java 8. Add more documentation to CSVPrinter.