summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2016-08-21 00:34:00 -0500
committerAaron Piotrowski <aaron@trowski.com>2016-08-21 00:34:00 -0500
commit83bdcf075b8006f39fe39d45154be9ccbd124696 (patch)
treebb4c9cd24092eb332f84ffa5b8ca0e869d239240 /NEWS
parent0eac646ad1aa8ee8c1f979b7524c447632d9eb9f (diff)
parent8855a2ce76e8bfba1d2eea1345c765fde7a9a441 (diff)
downloadphp-git-83bdcf075b8006f39fe39d45154be9ccbd124696.tar.gz
Merge branch 'PHP-7.1'
# Conflicts: # NEWS # UPGRADING
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a91137ea8d..748c9dd00e 100644
--- a/NEWS
+++ b/NEWS
@@ -29,5 +29,9 @@ PHP NEWS
. Implemented request #69086 (enhancement for mb_convert_encoding() that
handles multibyte replacement char nicely) (Masakielastic, Yasuo)
+- Reflection:
+ . Reverted prepending \ for class names and ? for nullable types returned
+ from ReflectionType::__toString(). (Trowski)
+
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>