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

diff --git a/NEWS b/NEWS
index e40dc717daa39acf85f284b4f6e209df73232de2..9ead117c94afe28fcb577be1945064c2c0101552 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP                                                                        NEWS
   . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
     encoding). (cmb)
 
+- Intl:
+  . Fixed bug #70453 (IntlChar::foldCase() incorrect arguments and missing
+    constants). (cmb)
+
 - Opcache:
   . Fixed bug #70423 (Warning Internal error: wrong size calculation). (Anatol)