Skip to content

Commit 09e261e

Browse files
committed
[ci skip] Update NEWS for ext/random
This adds 50bd8ba and fixes the formatting for two other entries.
1 parent c207efa commit 09e261e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ PHP NEWS
3838
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
3939
generating uniform integers within a given range). (timwolla)
4040
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
41-
call twice) (zeriyoshi)
42-
. Change Mt19937 to throw a ValueError instead of InvalidArgumentException
41+
call twice). (zeriyoshi)
42+
. Fixed bug GH-9212 (PcgOneseq128XslRr64::jump() should not allow negative
43+
$advance). (Anton Smirnov)
44+
. Changed Mt19937 to throw a ValueError instead of InvalidArgumentException
4345
for invalid $mode. (timwolla)
4446
. Splitted Random\Randomizer::getInt() (without arguments) to
4547
Random\Randomizer::nextInt(). (zeriyoshi)

0 commit comments

Comments
 (0)