Add NEWS for Math.log1p and Math.expm1

This commit is contained in:
Yusuke Endoh 2025-08-21 19:20:42 +09:00
parent f2b1017b3d
commit d318dc6938

View File

@ -47,6 +47,10 @@ Note: We're only listing outstanding class updates.
* `IO.select` accepts +Float::INFINITY+ as a timeout argument.
[[Feature #20610]]
* Math
* `Math.log1p` and `Math.expm1` are added. [[Feature #21527]]
* Socket
* `Socket.tcp` & `TCPSocket.new` accepts `open_timeout` as a keyword argument to specify
@ -254,3 +258,4 @@ The following bundled gems are updated.
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
[Feature #21347]: https://bugs.ruby-lang.org/issues/21347
[Feature #21360]: https://bugs.ruby-lang.org/issues/21360
[Feature #21527]: https://bugs.ruby-lang.org/issues/21527