From 787f26c8827baa4fa6ed554fa4562750cc86d1a6 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Wed, 9 Apr 2025 14:20:33 +0700 Subject: [PATCH] UPGRADING: Add notice for the new NumberFormatter::CURRENCY constants --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index 451cfe4b86b..3d69637d517 100644 --- a/UPGRADING +++ b/UPGRADING @@ -159,6 +159,12 @@ PHP 8.5 UPGRADE NOTES - EXIF: . Add OffsetTime* Exif tags. +- Intl: + . Added class constants NumberFormatter::CURRENCY_ISO, + NumberFormatter::CURRENCY_PLURAL, NumberFormatter::CASH_CURRENCY, + and NumberFormatter::CURRENCY_STANDARD for various currency-related + number formats. + - XSL: . The $namespace argument of XSLTProcessor::getParameter(), XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()