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