From d628d7e0156a44df3027f7013188577dfa438d64 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 17 Mar 2021 19:15:35 +0100 Subject: Add enums to UPGRADING [ci skip] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 2bf657e740..02635f615a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -129,6 +129,8 @@ PHP 8.1 UPGRADE NOTES RFC: https://wiki.php.net/rfc/explicit_octal_notation . Added support for array unpacking with strings keys. RFC: https://wiki.php.net/rfc/array_unpacking_string_keys + . Added support for enumerations. + RFC: https://wiki.php.net/rfc/enumerations - Curl: . Added CURLOPT_DOH_URL option. -- cgit v1.2.1