]> granicus.if.org Git - php/commitdiff
marking the fix for Bug #18401 in NEWS
authorDan Kalowsky <kalowsky@php.net>
Thu, 15 Aug 2002 19:13:14 +0000 (19:13 +0000)
committerDan Kalowsky <kalowsky@php.net>
Thu, 15 Aug 2002 19:13:14 +0000 (19:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a0a948baa5b63e3003250284c95943d6b0f1fd53..27c74c6e4be2135915e4e59a48bbca3f7a2ec752 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
+- Fixed shuffle() to properly generate all possibilities.  (Patch provided by 
+  Adam <adam@trachtenberg.com> )
 - Transparent sid support is now disabled by default. (Yasuo) 
 - Fixed DomNode->insert_before() to behave according to W3C spec
   ie. new_child is moved, not copied. (chregu)