updated NEWS

This commit is contained in:
Anatol Belski 2014-02-19 11:28:55 +01:00
parent 6b5c9f6c5a
commit 3e82ff615f

3
NEWS
View file

@ -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)