From 7e4edec6c335937029cb3569ce7ef81182804d0a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 Oct 2024 20:48:14 +0200 Subject: [PATCH] Update the changelog for 1.12.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b1d24a6e..ea60cc49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +1.12.0 / 2024-10-31 +=================== + +Bug fixes: + +* Explicitly mark method parameters with `null` default values as nullable to avoid deprecation notice in PHP 8.4 + 1.11.0 / 2023-12-09 ===================