From b14b8dfc1087fed1f7d4bc2c5cfa61806175ccf9 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 1 May 2014 10:52:24 +0200 Subject: [PATCH] add missing NEWS entry to the correct release where it was added --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index f52344c4a9a..f66369846bf 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ PHP NEWS . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk) + . Fixed bug #67033 (Remove reference to Windows 95). (Anatol) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).