]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 18 Oct 2016 00:28:08 +0000 (09:28 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 18 Oct 2016 00:28:08 +0000 (09:28 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 8de5a5e9d131628817fcbc9b1aa60ccc3e2845d9..f16fc913cf6798bd4cc39ccad418d1bb4142ace2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.1.0RC5
 
+- Core:
+  . Fixed bug #73215 (uniqid() should use better random source). (Yasuo)
+
 - SQLite3:
   . Fixed bug #73333 (2147483647 is fetched as string). (cmb)