Skip to content

Commit be46f79

Browse files
committed
[ci skip] Add cleanup of Randomizer exceptions to NEWS
1 parent c6ee454 commit be46f79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ PHP NEWS
3535
generating uniform integers within a given range). (timwolla)
3636
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
3737
call twice) (zeriyoshi)
38-
. Change Mt19937 to throw a ValueError instead of InvalidArgumentException
38+
. Changed Mt19937 to throw a ValueError instead of InvalidArgumentException
3939
for invalid $mode. (timwolla)
40+
. Removed redundant RuntimeExceptions from Randomizer methods. The
41+
exceptions thrown by the engines will be exposed directly. (timwolla)
4042

4143
- Sockets:
4244
. Added SOL_FILTER socket option for Solaris. (David Carlier)

0 commit comments

Comments
 (0)