]> granicus.if.org Git - php/commitdiff
Order the NEWS
authorXinchen Hui <laruence@gmail.com>
Sun, 29 Nov 2015 07:48:12 +0000 (23:48 -0800)
committerXinchen Hui <laruence@gmail.com>
Sun, 29 Nov 2015 07:48:12 +0000 (23:48 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 973b9552f95bed0a9f73e3eac13e4166dc18e1f6..e19defa0f4503bc8d2d1e678335f0306eca2d6f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,22 +3,22 @@ PHP                                                                        NEWS
 ?? ??? 2015, PHP 7.0.1
 
 - Core:
-  . Fixed bug #70967 (Weird error handling for __toString when Error is
-    thrown). (Laruence)
   . Fixed bug #70970 (Segfault when combining error handler with output
        buffering). (Laruence)
+  . Fixed bug #70967 (Weird error handling for __toString when Error is
+    thrown). (Laruence)
   . Fixed bug #70958 (Invalid opcode while using ::class as trait method
     paramater default value). (Laruence)
   . Fixed bug #70944 (try{ } finally{} can create infinite chains of
     exceptions). (Laruence)
   . Fixed bug #70931 (Two errors messages are in conflict). (dams, Laruence)
+  . Fixed bug #70904 (yield from incorrectly marks valid generator as finished).
+    (Bob)
   . Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
   . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
     php_register_internal_extensions). (Lior Kaplan)
   . Fixed \int (or generally every scalar type name with leading backslash)
     to not be accepted as type name. (Bob)
-  . Fixed bug #70904 (yield from incorrectly marks valid generator as finished).
-    (Bob)
   . Fixed exception not being thrown immediately into a generator yielding
     from an array. (Bob)