From 4203e0a5dfe83631b75c40c469224e7c94ec8c68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 22 Jul 2012 04:26:49 +0200 Subject: [PATCH] Reflect changes made in merge 99e48d3 --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 6cfd47bfaf..7d37f76000 100755 --- a/UPGRADING +++ b/UPGRADING @@ -91,6 +91,8 @@ PHP X.Y UPGRADE NOTES - IntlDateFormatter::setTimeZoneID() and datefmt_set_timezone_id() are deprecated. Use IntlDateFormatter::setTimeZone() or datefmt_set_timezone() instead. +- IntlDateFormatter::format() and datefmt_format() now also accept an + IntlCalendar object for formatting. ======================================== 5. New Functions @@ -103,6 +105,7 @@ PHP X.Y UPGRADE NOTES - hash_pbkdf2() - Intl: + - datefmt_format_object() - datefmt_get_calendar_object() - datefmt_get_timezone() - datefmt_set_timezone() @@ -178,6 +181,7 @@ PHP X.Y UPGRADE NOTES - intltz_get_error_code() - intltz_get_error_message() + - IntlDateFormatter::formatObject() - IntlDateFormatter::getCalendarObject() - IntlDateFormatter::getTimeZone() - IntlDateFormatter::setTimeZone() -- 2.40.0