]> granicus.if.org Git - php/commitdiff
Move fix for #72735 to 7.1.0beta3
authorDavey Shafik <me@daveyshafik.com>
Wed, 3 Aug 2016 19:31:15 +0000 (12:31 -0700)
committerDavey Shafik <me@daveyshafik.com>
Wed, 3 Aug 2016 19:31:15 +0000 (12:31 -0700)
NEWS

diff --git a/NEWS b/NEWS
index b1045449a3c590ac94e1ba887eac5a111e81e3b9..4c4d4e3da0de6d6f1cd1c0cbf529315267db7a44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016, PHP 7.1.0beta3
 
-
+- EXIF:
+  . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
 
 04 Aug 2016, PHP 7.1.0beta2
 
@@ -24,9 +25,6 @@ PHP                                                                        NEWS
     (Pierrick)
   . Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). (Pierrick)
 
-- EXIF:
-  . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)
-
 - Intl:
   . Fixed bug #72639 (Segfault when instantiating class that extends
     IntlCalendar and adds a property). (Laruence)