From 05cd2e280c14ce71336f311459ad889c1fe1c60e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Mar 2019 12:04:32 +0100 Subject: [PATCH] Method load_measuring_units were renamed into selectMeasuringUnits and select_measuring_units was deprecated --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 08aaaa4b6f2..777be335d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ Following changes may create regressions for some external modules, but were nec convention of extension .inc.php for files to be included. * All methods set_draft() were renamed into setDraft(). * Removed deprecated function function test_sql_and_script_inject that was replaced with testSqlAndScriptInject. +* Method load_measuring_units were renamed into selectMeasuringUnits and select_measuring_units was deprecated. ***** ChangeLog for 9.0.1 compared to 9.0.0 *****