From 7018fe9530e75a1eb13e5d4eb2f28f076cb3c60c Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Mon, 6 Dec 2021 16:48:39 +0100 Subject: [PATCH] Update changelog ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 00962b10419..023b70ec79e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -144,6 +144,7 @@ Following changes may create regressions for some external modules, but were nec * Method getDictvalue has been renamed into getDictionaryValue to match camel case rule. * To execute shell or command line command, your code must never use method like exec, shell_exec, popen, .. but must use the built-in method executeCLI() available into core/class/utils.class.php +* ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed