Added NEWs
authorXinchen Hui <laruence@gmail.com>
Sat, 27 May 2017 04:09:11 +0000 (12:09 +0800)
committerXinchen Hui <laruence@gmail.com>
Sat, 27 May 2017 04:09:11 +0000 (12:09 +0800)
NEWS

diff --git a/NEWS b/NEWS
index d7fc7134c60471c1ec274842851f275df302c6e2..909a82e667a2bcc30be9c6df1cf2e3e81785c524 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2017, PHP 7.1.7
 
+- Core:
+  . Fixed bug #74658 (Undefined constants in array properties result in broken
+    properties). (Laruence)
+
 - SPL:
   . Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
     (jhdxr)