]> granicus.if.org Git - php/commitdiff
news entry for Closure::fromCallable
authorJoe Watkins <krakjoe@php.net>
Tue, 5 Jul 2016 07:01:31 +0000 (08:01 +0100)
committerJoe Watkins <krakjoe@php.net>
Tue, 5 Jul 2016 07:01:31 +0000 (08:01 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c67cb9e0c234ffa6dfa415cacc5c3246c4815eb7..b2247b06f1c2a1025ecdc90f2c4644fa3eb86e75 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ PHP                                                                        NEWS
   . Fixed bug #72523 (dtrace issue with reflection (failed test)). (Laruence)
   . Fixed bug #72508 (strange references after recursive function call and
     "switch" statement). (Laruence)
+  . Implemented RFC: Closure::fromCallable (Danack)
 
 - COM:
   . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol)