diff ChangeLog @ 704:5d6c577e2f74

Add a ChangeLog entry for change of method name in a MonetDB specific class.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 08 Dec 2022 20:45:44 +0100 (2022-12-08)
parents fb55e62c50f3
children 2b763b189452
line wrap: on
line diff
--- 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