]> granicus.if.org Git - php/commitdiff
rearrange the NEWS blocks a bit
authorFerenc Kovacs <tyrael@php.net>
Wed, 26 Feb 2014 14:28:36 +0000 (15:28 +0100)
committerFerenc Kovacs <tyrael@php.net>
Wed, 26 Feb 2014 14:28:36 +0000 (15:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 82b3a21e9f25c45db8c937c8e4859aa94b18ba37..c736a32cf6d8d32bbe2ae6514a415d86fc88974e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,16 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 27 Feb 2014, PHP 5.6.0 Alpha 3
 
-- gd:
-  . Fixed imagettftext to load the correct character map rather than the last one.
-    (Scott)
+- Core
+  . Expose get_debug_info class hook as __debugInfo() magic method. (Sara)
 
 - Fileinfo
   . Upgraded to libmagic-5.17 (Anatol)
 
+- gd:
+  . Fixed imagettftext to load the correct character map rather than the last one.
+    (Scott)
+
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
   (chobieeee@php.net)
@@ -74,9 +77,6 @@ PHP                                                                        NEWS
     It also made pg_meta_data() return "is enum" always.
     (Yasuo)
 
-- Core
-  . Expose get_debug_info class hook as __debugInfo() magic method. (Sara)
-
 13 Feb 2014, PHP 5.6.0 Alpha 2
 - Core:
   . Added T_POW (**) operator