From aba699e71d16d50c838f8faadfb496c2cf143277 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Mon, 9 Dec 2024 16:12:03 +0000 Subject: [PATCH] Add release notes for 3.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04acd0..6029a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to `Config` will be documented in this file +## 3.2.0 - 2024-12-09 + +### Added +* PHP 8.3 and 8.4 to the build matrix (#164) + +### Fixed +* Fatal error when root is null in has() method (#159 and #160) +* PHP 8.4 deprecations implicitly marking parameter as nullable is deprecated (#163) + + ## 3.1.0 - 2022-12-20 ### Added