From a0165c648cab6a80311c74ffc708a07bb53ecc93 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 19 Nov 2024 14:12:41 +0100 Subject: [PATCH] Update changelog --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1abf89f0..58727e4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Unreleased ========== +1.20.0 +====== + +**Added:** + +* Add support for PHP 8.4 (@andypost) + +**Fixed:** + +* Fix support for doubling methods using an enum case as default value of a parameter (@jdreesen) +* Fix deprecation when doubling a class with constructor parameters (@singinwhale, @W0rma) +* Fix deprecation warning when using phpdocumentor/reflection-docblock 5.4+ (@jrfnl) + 1.19.0 ======