]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 7 Sep 2015 15:35:57 +0000 (17:35 +0200)
committerAnatol Belski <ab@php.net>
Mon, 7 Sep 2015 15:35:57 +0000 (17:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 011ca7dc9a385e360bb3d75b59ac21b4bed03b39..e40dc717daa39acf85f284b4f6e209df73232de2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@ PHP                                                                        NEWS
   . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
     (Niklas Keller)
 
+- XMLReader:
+  . Fixed bug #70309 (XmlReader read generates extra output). (Anatol)
+
 - Zip:
   . Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb)