]> granicus.if.org Git - php/commitdiff
the order of the blocks should be Core, then exts in alphabetical order
authorFerenc Kovacs <tyrael@php.net>
Wed, 24 Sep 2014 07:40:52 +0000 (09:40 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 24 Sep 2014 07:40:52 +0000 (09:40 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 33e72788c1a0cd229dd17f301bebc92a9ee63ddb..ff628c82eff3f0151283c870bea469bb388b976b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ PHP                                                                        NEWS
   . Fixed bug #68088 (New Posthandler Potential Illegal efree() vulnerability).
     (Mike) (CVE-2014-3622)
 
+- DOM:
+  . Made DOMNode::textContent writeable. (Tjerk)
+
 - Fileinfo:
   . Fixed bug #67731 (finfo::file() returns invalid mime type
     for binary files). (Anatol)
@@ -50,9 +53,6 @@ PHP                                                                        NEWS
   . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3).
     (Daniel Lowrey)
 
-- DOM:
-  . Made DOMNode::textContent writeable. (Tjerk)
-
 - phpdbg:
   . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob)