From b993fa8d0c47ce8b9e281c1a1a8efea314d8c839 Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Wed, 22 May 2024 18:01:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 24cea1b04..cae994b58 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ It means that composer will look at `master` branch of repository configured und ## Changelog +### 2024-05-22 + +- Fix deprecation error in I18n: `Automatic conversion of false to array is deprecated` + ### 2024-02-02 - `str_len` deprecation warning fix in CakeResponse (passing null instead of `string`)