# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1670528744 -3600 # Node ID 5d6c577e2f74e9b746cef15e11aabe4fa3ef46c3 # Parent 1c9d4c2a6947444c168ed16c5e6abebc0332e0ed Add a ChangeLog entry for change of method name in a MonetDB specific class. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Thu Dec 8 2022 Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> +- Internal method waitForPrompt() of class BufferedMCLReader has been + renamed to discardRemainder(). The example program SQLcopyinto.java + which uses this method, has been updated. + * Thu Nov 17 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Fixed an invalid error issue when a PreparedStatement had more than 250 parameters. See also https://github.com/MonetDB/MonetDB/issues/7337