]> granicus.if.org Git - php/commitdiff
Added NEWS entries
authorDmitry Stogov <dmitry@zend.com>
Thu, 16 Jun 2016 05:44:38 +0000 (08:44 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 16 Jun 2016 05:44:38 +0000 (08:44 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 181043f9c25290dcadd56518e1106811c8205e96..c3806a51b7f0d7b0688e6b55ef58435f9250d61e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ??? 2016, PHP 7.1.0alpha2
 
 - Core:
+  . Implemented RFC: Replace "Missing argument" warning with "Too few
+    arguments" exception. (Dmitry)
+  . Implemented RFC: Fix inconsistent behavior of $this variable. (Dmitry)
   . Fixed bug #72395 (list() regression). (Laruence)
   . Fixed bug #72373 (TypeError after Generator function w/declared return type
     finishes). (Nikita)