diff --git a/package.xml b/package.xml
index 9f87d0da25..50368d146b 100644
--- a/package.xml
+++ b/package.xml
@@ -26,6 +26,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
BSD 3-Clause License
+ - The PHP 8.0 T_NULLSAFE_OBJECT_OPERATOR token has been made available for older versions
+ -- Thanks to Juliette Reinders Folmer for the patch
- Added support for changes to the way PHP 8.0 tokenizes hash comments
-- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required
-- Thanks to Juliette Reinders Folmer for the patch