From 4d9aef0ebe5e0595c449652e42c79558e16f0938 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 4 Dec 2023 13:10:36 +0100 Subject: [PATCH] Changelog for #77, #76, #84, #90 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55016eb50c..e2b926fe82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ The file documents changes to the PHP_CodeSniffer project. - Note: this does not affect the PEAR sniffs. ### Added +- Runtime support for PHP 8.3. All known PHP 8.3 deprecation notices have been fixed. + - Syntax support for new PHP 8.3 features will follow in a future release. + - If you find any PHP 8.3 deprecation notices which were missed, please report them. + - Thanks to Juliette Reinders Folmer (@jrfnl) for the patches - Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value - Thanks to Juliette Reinders Folmer (@jrfnl) for the patch - Added support for readonly class to a number of sniffs