]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Tue, 18 Oct 2016 17:44:20 +0000 (19:44 +0200)
committerAnatol Belski <ab@php.net>
Tue, 18 Oct 2016 17:44:20 +0000 (19:44 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f7d94dcd9fc5371194aec3819097129718a2b0e5..b3a16a8ef359606932a73bf7c67feaa76d7916b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP                                                                        NEWS
 ?? ??? ????, PHP 7.1.0RC5
 
 - Core:
+  . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol)
 
 - SQLite3:
   . Fixed bug #73333 (2147483647 is fetched as string). (cmb)