updated NEWS

This commit is contained in:
Anatol Belski 2015-06-19 12:48:14 +02:00
parent 9649cec2a3
commit d81480693c

4
NEWS
View File

@ -21,6 +21,10 @@ PHP NEWS
. Fixes bug #69835 (phpinfo() does not report many Windows SKUs).
(Christian Wenz)
- DOM:
. Fixed bug #69846 (Segmenation fault (access violation) when iterating over
DOMNodeList). (Anatol Belski)
- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)