From d9dab762adfdcb34fb06546a35c28909027138d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Mon, 21 Mar 2016 21:55:57 +0100 Subject: [PATCH] Added changes to the changelog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45f46132825..f2aecff6b86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,9 @@ Dolibarr 4.0 should be compatible with PHP 7 but more feedbacks are still expect Following changes may create regression for some external modules, but were necessary to make Dolibarr better: -- Method select_type_comptes_financiers() has been renamed into selectTypeOfBankAccount() +- Method FormBank::select_type_comptes_financiers() has been renamed into FormBank::selectTypeOfBankAccount() +- Method Form::form_date() has been renamed into Form::formDate() +- Method Form::select_date() has been renamed into Form::select_date()