From b3f803b1a01bdb521210397d4d731b1ba9a7be39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Fri, 30 Aug 2024 20:12:51 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43452e922..97da1ce7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The major version bump is due to upping the required PHP version from `8.1` to ` - `Body::setJsonMaxDepth()` to set the maximum JSON nesting level. - `Body::setJsonFlags()` to set the JSON decoding options. * Added `Deprecated` middleware that allows you to easily set the `Deprecation` and `Sunset` HTTP headers. +* The database library will use the new PDO driver specific sub-classes when running on PHP 8.4+. #### Improvements