From a1c20ceb87ebf0b3c52167690eb18d36f961fb7f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Sep 2018 10:39:03 +0200 Subject: [PATCH] PHP 7.3 ready --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8a80591f652..a713dc635c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ NEW: Stable module: Module Builder NEW: Stable module "Skype" has been replaced with module "Social Networks" to support more tools. NEW: Dolibarr can provide information in page title when multicompany is enabled of not, making Android application like DoliDroid able to provide native features for multicompany module. +NEW: Compatibility with PHP 7.3 + For developers: * Code changes to be more compatible with PSR2