]> granicus.if.org Git - php/commitdiff
NEWS, UPGRADING
authorAndrea Faulds <ajf@ajf.me>
Wed, 27 Aug 2014 01:07:59 +0000 (02:07 +0100)
committerAndrea Faulds <ajf@ajf.me>
Wed, 27 Aug 2014 01:07:59 +0000 (02:07 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 74dd688838cf17a12964b1c5136d603530726efb..47845119d9c7c6ff1f5eb03011da1268160eb2a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
 
 - Core:
   . Added PHP_INT_MIN constant. (Andrea)
+  . Added Closure::apply() method. (Andrea)
 
 - Reflection
   . Fixed inheritance chain of Reflector interface (Tjerk)
index 8b6f8cd3ce35ef7a6057db2cf593c4283aa01154..a27649ecf0445c39d646cfe46086dd8ba8e3e1c8 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -31,6 +31,7 @@ PHP X.Y UPGRADE NOTES
 
 - Core
   . Support for strings with length >= 2^31 bytes in 64 bit builds
+  . Closure::apply() method added
 
 - Standard
   . intdiv() function for integer division added.