From 1622d22c62b9b5c32fb09fe10b92e6d75d7391a1 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 4 Jun 2020 18:21:18 +0200 Subject: [PATCH] Add upgrading note for Attributes RFC [ci-skip] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index cff2e5a7f4..527805f07e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -522,6 +522,8 @@ PHP 8.0 UPGRADE NOTES RFC: https://wiki.php.net/rfc/non-capturing_catches . Added support for mixed type RFC: https://wiki.php.net/rfc/mixed_type_v2 + . Added support for Attributes + RFC: https://wiki.php.net/rfc/attributes_v2 - Date: . Added DateTime::createFromInterface() and -- 2.50.1