From d4f454f7e1193933f04e6500de3e79191648ed0c Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 7 Dec 2023 17:22:33 +0100 Subject: [PATCH] Update the changelog for 1.18.0 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a28f14fa8..694c688b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Unreleased ========== +1.18.0 / 2023-12-07 +=================== + +* [added] Add support for PHP 8.3 [@rajeshreeputra] +* [changed] Improve the error when using return types that Prophecy does not support for mocking [@stof] +* [changed] Add more precise type for static analysis [@stof] * [fixed] Error when comparing object arguments with integers [@lucassabreu] * [changed] Add PHP 8.2 to test matrix [@Jean85] * [Added] Allow sebastian/comparator and sebastian/recursion-context 5, and phpunit/phpunit 10 [@Jean85]