summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 7cc93a3b16..e6b42ec75c 100644
--- 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.