From 53d447b4d8a4a6a2d9bcfafaae1a6dbc7de3945a Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 19 Jun 2022 14:52:06 +0530 Subject: [PATCH] [skip ci] Add true type support to UPGRADING file Related: php/php-src#8759 Adds the relevant line to the `UPGRADING` file. --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 1f47c862c7af1..b330c28e42630 100644 --- a/UPGRADING +++ b/UPGRADING @@ -71,6 +71,8 @@ PHP 8.2 UPGRADE NOTES RFC: https://wiki.php.net/rfc/null-false-standalone-types . Added support for readonly classes. RFC: https://wiki.php.net/rfc/readonly_classes + . Added support for true type. + RFC: https://wiki.php.net/rfc/true-type - Curl: