]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Wed, 19 Feb 2014 10:28:55 +0000 (11:28 +0100)
committerAnatol Belski <ab@php.net>
Wed, 19 Feb 2014 10:28:55 +0000 (11:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 53dfe6a0fa0e6373ad1c26dc130bbf8f45065052..d27c70288a1129fad972207c9261c96c2bab9a84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP                                                                        NEWS
   . Fixed imagettftext to load the correct character map rather than the last one.
     (Scott)
 
+- Fileinfo
+  . Upgraded to libmagic-5.17 (Anatol)
+
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
   (chobieeee@php.net)