From 7ffd6391fe9c5e84364dfd62ac148537970948ca Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 21 Jul 2020 08:26:27 +1000 Subject: [PATCH] Changelogs for #3013 and #3019 --- package.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.xml b/package.xml index be71b05995..b4f36dc64c 100644 --- a/package.xml +++ b/package.xml @@ -26,8 +26,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License + - Added support for PHP 8.0 magic constant dereferencing + -- Thanks to Juliette Reinders Folmer for the patch - File::getMethodProperties() now detects the PHP 8.0 static return type -- Thanks to Juliette Reinders Folmer for the patch + - The PHP 8.0 static return type is now supported for arrow functions + -- Thanks to Juliette Reinders Folmer for the patch - The cache is no longer used if the list of loaded PHP extensions changes -- Thanks to Juliette Reinders Folmer for the patch - Squiz.Scope.StaticThisUsage now detects usage of $this inside closures and arrow Functions