From: Julien Pauli Date: Mon, 5 Sep 2016 08:19:21 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.2.0alpha1~1336^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f9fe06555763fe71123f4d0d1d99e493de12d4a;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 4a63f0b8f3..45688a05dd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0RC2 +- Filter: + . Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and + FILTER_FLAG_NO_PRIV_RANGE). (julien) + -GD: . Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette). (cmb)