From 399eb9d826b38308235b932e30209c20de25f7a1 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Thu, 6 Apr 2023 15:30:47 +0200 Subject: [PATCH] Update changelog warning for developer. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 07fa52ed00f..cf79e783b35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -261,6 +261,7 @@ Following changes may create regressions for some external modules, but were nec * You must use "$objectoffield" to manipulate the current object inside the formulare of computed custom extrafields instead of $obj/$object. * Making a global search is sending the parameter using always the name search_all (instead of sometimes sall and search_all) * The property $url_last_version must be public if defined into module descriptor files; +* Filters in class field definitions must be a Dolibarr filter syntax string. ***** ChangeLog for 16.0.5 compared to 16.0.4 *****