From: Anatol Belski Date: Fri, 17 Jun 2016 15:16:36 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0alpha2~44^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b94d533889bf840166ec68b818e5b71648cc8d60;p=php update NEWS --- diff --git a/NEWS b/NEWS index f3b9470dc6..cfe77c9eaf 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP NEWS . Fixed bug #72395 (list() regression). (Laruence) . Fixed bug #72373 (TypeError after Generator function w/declared return type finishes). (Nikita) + . Fixed bug #69489 (tempnam() should raise notice if falling back to temp dir). + (Laruence, Anatol) - GD: . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb)