Add NEWS entry
authorNikita Popov <nikic@php.net>
Wed, 13 Jul 2016 19:57:01 +0000 (21:57 +0200)
committerNikita Popov <nikic@php.net>
Wed, 13 Jul 2016 19:57:01 +0000 (21:57 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2af5a21c5d67b23dbafa55ea5225ba4350b0e736..79d450408893cb7f92ff2b61127f000579e186fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ PHP                                                                        NEWS
 - PDO_pgsql:
   . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
 
+- Reflection:
+  . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants).
+    (Nikita Nefedov)
+
 - SPL:
   . Fixed bug #72122 (IteratorIterator breaks '@' error suppression). (kinglozzer)