# HG changeset patch
# User Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
# Date 1634292974 -7200
# Node ID 1c5e59760ff8a4cbd59cb9acf87f3f67372837b8
# Parent  6973b4629e50c9c4763a9e7823c591ec207a1c99
Remove JdbcClient remark about files needing to be UTF-8.

JdbcClient now uses the system encoding.

diff --git a/release.txt b/release.txt
--- a/release.txt
+++ b/release.txt
@@ -1,6 +1,6 @@
 RELEASE NOTES
-MonetDB JDBC driver version 3.1 (Liberica/MCL-1.20)
-Release date: 2021-06-14
+MonetDB JDBC driver version 3.2 (Liberica/MCL-1.21)
+Release date: 2021-10-15
 
 The Java Database Connectivity (JDBC) API provides universal data access from
 the Java programming language.
@@ -206,7 +206,6 @@ explicit new startup argument
 or on MS Windows
   --csvdir "C:\\path\\to\\csvdatafiles"
 in order to allow the JdbcClient to down/up load data to/from local csv files.
-All csv data in the local files must be UTF-8 encoded and uncompressed.
 
 
 Notes and Tips for Java Programmers using MonetDB JDBC driver: