From b754bc797cf92f4b2617f4761e4fbb33d00f1202 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 18 Oct 2016 19:43:12 +0200 Subject: [PATCH] update NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index a6386f7a5c2..2fd2167a46b 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ PHP NEWS operation). (Dmitry) . Fixed bug #73338 (Exception thrown from error handler causes valgrind warnings (and crashes)). (Bob, Dmitry) + . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol) - GD: . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)