Update changelog

ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed
This commit is contained in:
Francis Appels 2021-12-06 16:48:39 +01:00
parent 5803060caf
commit 7018fe9530

View File

@ -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