]> granicus.if.org Git - php/commitdiff
NEWS for next
authorAnatol Belski <ab@php.net>
Tue, 18 Aug 2015 18:31:37 +0000 (20:31 +0200)
committerAnatol Belski <ab@php.net>
Tue, 18 Aug 2015 18:31:37 +0000 (20:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index fc67894ecbdb42c1dfc1fed2309f955a2cd12a4a..20c18bffc54256df8e50af7aa43897529f9c9efe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+03 Sep 2015, PHP 7.0.0 RC 2
+
+- Core:
+  . Fixed bug causing exception traces with anon classes to be truncated. (Bob)
+  . Fixed bug #70293 (Skipped assertions affect Generator returns). (Bob)
+
 20 Aug 2015, PHP 7.0.0 RC 1
 
 - Core:
@@ -18,10 +24,9 @@ PHP                                                                        NEWS
   . Fixed bug #69487 (SAPI may truncate POST data). (cmb)
   . Fixed bug #70198 (Checking liveness does not work as expected).
     (Shafreeck Sea, Anatol Belski)
-  . Fixed bug #70241/#70293 (Skipped assertions affect Generator returns). (Bob)
+  . Fixed bug #70241 (Skipped assertions affect Generator returns). (Bob)
   . Fixed bug #70239 (Creating a huge array doesn't result in exhausted,
     but segfault). (Laruence, Anatol)
-  . Fixed bug causing exception traces with anon classes to be truncated. (Bob)
 
 - CLI server:
   . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).