]> granicus.if.org Git - php/commitdiff
Add NEWS entry for log() improvements
authorSara Golemon <pollita@php.net>
Thu, 14 Aug 2014 20:34:06 +0000 (13:34 -0700)
committerSara Golemon <pollita@php.net>
Thu, 14 Aug 2014 20:34:06 +0000 (13:34 -0700)
NEWS

diff --git a/NEWS b/NEWS
index fc85b3e1a69feb96bcd4e3bf98ee9de373a20ca0..a5912f397d639d12a774e89d57674105395014bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP                                                                        NEWS
   . Removed call_user_method() and call_user_method_array() functions. (Kalle)
   . Fix user session handlers (See rfc:session.user.return-value). (Sara)
   . Added intdiv() function. (Andrea)
+  . Improved precision of log() function for base 2 and 10. (Marc Bennewitz)
 
 - XSL:
   . Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)