]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Thu, 25 Aug 2016 10:14:33 +0000 (12:14 +0200)
committerAnatol Belski <ab@php.net>
Thu, 25 Aug 2016 10:14:33 +0000 (12:14 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8b5f0f6aa4338427876854d35fd7cd3636a75eb2..03b36431d562a3f8af55b50a593e7418a960d4f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #72598 (Reference is lost after array_slice()) (Nikita)
 
+- COM:
+  . Fixed bug #72922 (COM called from PHP does not return out parameters).
+    (Anatol)
+
 -GD:
   . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor
     images). (cmb)