From d318dc6938bb573efd2c6f23eff506cf0c4378d3 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Thu, 21 Aug 2025 19:20:42 +0900 Subject: [PATCH] Add NEWS for Math.log1p and Math.expm1 --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 288f7d97de..964bafacd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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