]> granicus.if.org Git - php/commitdiff
Add note of group use
authorXinchen Hui <laruence@php.net>
Mon, 9 Mar 2015 04:08:34 +0000 (12:08 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 9 Mar 2015 04:08:34 +0000 (12:08 +0800)
UPGRADING

index 7cc93a3b1634df01bda7052da3f89155aef47c0b..e6b42ec75c09d51c3f69b40f8ebfb1df2032dca1 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -396,6 +396,8 @@ Other
 ========================================
 
 - Core
+  . Added group use declarations.
+    (RFC: https://wiki.php.net/rfc/group_use_declarations)
   . Added null coalesce operator (??).
     (RFC: https://wiki.php.net/rfc/isset_ternary)
   . Support for strings with length >= 2^31 bytes in 64 bit builds.