Skip to content

Commit d318dc6

Browse files
committed
Add NEWS for Math.log1p and Math.expm1
1 parent f2b1017 commit d318dc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Note: We're only listing outstanding class updates.
4747
* `IO.select` accepts +Float::INFINITY+ as a timeout argument.
4848
[[Feature #20610]]
4949

50+
* Math
51+
52+
* `Math.log1p` and `Math.expm1` are added. [[Feature #21527]]
53+
5054
* Socket
5155

5256
* `Socket.tcp` & `TCPSocket.new` accepts `open_timeout` as a keyword argument to specify
@@ -254,3 +258,4 @@ The following bundled gems are updated.
254258
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
255259
[Feature #21347]: https://bugs.ruby-lang.org/issues/21347
256260
[Feature #21360]: https://bugs.ruby-lang.org/issues/21360
261+
[Feature #21527]: https://bugs.ruby-lang.org/issues/21527

0 commit comments

Comments
 (0)