NEWS for b47d6b32
authorGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 17 Jul 2012 21:12:25 +0000 (23:12 +0200)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 17 Jul 2012 21:12:25 +0000 (23:12 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b3dcec7deab3287fbba3ffc8ff2db8678e4d1356..8dc740cbae20f96bb52ad63efaebe0037a007f1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 2012, PHP 5.4.6
 
 - Core:
+  . Fixed bug in number_format() when the number was not finite. See pull
+    request #134. (Reeze Xia)
   . Fixed bug #62565 (Crashes due non-initialized internal properties_table).
     (Felipe)
 
@@ -22,7 +24,7 @@ PHP                                                                        NEWS
     crash). (Felipe)
 
 - Reflection:
-  . Implemented FR ##61602 (Allow access to name of constant used as default 
+  . Implemented FR #61602 (Allow access to name of constant used as default 
     value). (reeze.xia@gmail.com)
   
 - SimpleXML: