From e06c4f7fe56bad9061d18894d672c5ae5a330676 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 4 Jun 2014 01:09:37 -0700 Subject: [PATCH] update NEWS --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b7286386855..32a56d0853f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.4.30 +- Core: + . Fixed BC break introduced by patch for bug #67072. (Anatol) + - Date: . Fixed bug #67308 (Serialize of DateTime truncates fractions of second). (Adam) @@ -13,7 +16,7 @@ PHP NEWS . Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence) . Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam) -?? ??? 2014, PHP 5.4.29 +29 May 2014, PHP 5.4.29 - COM: . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol)