]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Fri, 4 Sep 2015 23:35:16 +0000 (01:35 +0200)
committerChristoph M. Becker <cmb@php.net>
Fri, 4 Sep 2015 23:35:16 +0000 (01:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 550104bcc9023d37b04009481864b0413a3999b4..1ca068fef651a1f1d3ad6d513ad2382bf7604774 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 17 Sep 2015, PHP 7.0.0 RC 3
 
+- DOM:
+  . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
+    encoding). (cmb)
+
 - Streams:
   . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
     (Niklas Keller)