]> granicus.if.org Git - php/commitdiff
decrescent order
authorXinchen Hui <laruence@php.net>
Wed, 8 Feb 2012 15:07:28 +0000 (15:07 +0000)
committerXinchen Hui <laruence@php.net>
Wed, 8 Feb 2012 15:07:28 +0000 (15:07 +0000)
#<Felipe> laruence: yes, we used to use decrescent order of bug id in the NEWS entry.

NEWS

diff --git a/NEWS b/NEWS
index 66ac848349b40bcb87b5db2e7c3a810659cefea4..bb9183f3a2d377fffcb6a6c1344afe522392980f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,11 @@ PHP                                                                        NEWS
   . World domination
 
 - Core:
-  . Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
-    (Laruence)
-  . Fixed bug #60978 (exit code incorrect). (Laruence)
   . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical 
     vars). (Laruence)
+  . Fixed bug #60978 (exit code incorrect). (Laruence)
+  . Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
+    (Laruence)
 
 - cURL:
   . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND,