]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:48:14 +0000 (23:48 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 7 Sep 2015 21:48:14 +0000 (23:48 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9ead117c94afe28fcb577be1945064c2c0101552..a790f82919c308116dbf60f160f3a9ca3bf42174 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ PHP                                                                        NEWS
 - Intl:
   . Fixed bug #70453 (IntlChar::foldCase() incorrect arguments and missing
     constants). (cmb)
+  . Fixed bug #70454 (IntlChar::forDigit second parameter should be optional).
+    (cmb, colinodell)
 
 - Opcache:
   . Fixed bug #70423 (Warning Internal error: wrong size calculation). (Anatol)