From c4308f7cae816d1b3d45049310e69bb264f2a22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Mon, 4 Nov 2024 20:52:07 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b0ffc0d..9204c880a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The major version bump is due to upping the required PHP version from `8.1` to ` * Renamed the `ErrorHandler::handle()` method to `ErrorHandler::addHandler()`. * Renamed the `ErrorHandler::handler()` method to `ErrorHandler::handle()`. * Renamed the `mako\cli\output\helpers` namespace to `mako\cli\output\components`. +* The Redis cache `clear` implementation will no longer flush the entire database but instead just deleted the cached keys. #### Deprecations @@ -1752,7 +1753,6 @@ The major version bump is due to dropped support for PHP `7.0` and `7.1` and a s * Removed support for "piped" validation rules. * New syntax for passing parameters to middleware. * New syntax for passing parameters to validation rules. -* The Redis cache `clear` implementation will no longer flush the entire database but instead just deleted the cached keys. #### Bugfixes