Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 18 Oct 2016 00:28:18 +0000 (09:28 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 18 Oct 2016 00:28:18 +0000 (09:28 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 1136fc037035a7f7a09737c0f4878469cdc4a1fd..12350672af678f4378669239454d02b4e2d996b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
     name to namespace). (Nikita)
   . Fixed bug #66862 ((Sub-)Namespaces unexpected behaviour). (Nikita)
   . Fix pthreads detection when cross-compiling (ffontaine)
+  . Fixed bug #73215 (uniqid() should use better random source). (Yasuo)
 
 - GD:
   . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)