]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Thu, 14 Jul 2016 05:38:42 +0000 (13:38 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 14 Jul 2016 05:38:42 +0000 (13:38 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 28d2434f4a832a947ac1c7a39544290bab3a15b4..75517885d0d1564513e4a686307157ffd2d5d01b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 2016, PHP 7.1.0beta1
 
 - Core:
+  . Fixed bug #72594 (Calling an earlier instance of an included anonymous
+    class fatals). (Laruence)
   . Fixed bug #72581 (previous property undefined in Exception after
     deserialization). (Laruence)
   . Fixed bug #72543 (Different references behavior comparing to PHP 5)