From 58e843e9818be143a03659235bcc6ca3bf393b1d Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Mon, 20 Dec 2021 23:32:50 +0100 Subject: [PATCH] Readme update. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 456d28359..2b22d9a06 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ It means that composer will look at `master` branch of repository configured und ## Changelog -**2021-02-24** +### 2021-12-20 + +- Fixed deprecation notices in PHP 8.1 for production code implementations: + - `ArrayAccess` + - `Countable` + - `IteratorAggregate` +- PHP 8.0 requirement in composer.json +- **Warning:** Tests are not updated, Cake's tests rely on old version of PHPUnit so running them may show a lot of deprecations notices. Added issue to cover it: #7 + +### 2021-02-24 - Fixed ErrorHandler accordingly to PHP8 migration guide. Otherwise, error handler is logging too much and doesn't respect configured `error_reporting`.