summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2023-12-07 19:50:55 +0900
committerYusuke Endoh <mame@ruby-lang.org>2023-12-07 19:50:55 +0900
commit30a1ccbc5c0c7c3736dbd3b020e5ca5fbf657cbc (patch)
treee27f65af6b2672a3dff16791ed1d5e558a5b1fd5
parentd69af4788a923f9afab63104a7adb72a02d37745 (diff)
NEWS: Move "interruptible name resolution" to "Stdlib updates" section
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index a13722a703..672cfa3173 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -148,6 +148,9 @@ Note: We're only listing outstanding class updates.
connections. Socket#recvmsg and Socket#recvmsg_nonblock returns `nil` instead of an empty packet on closed
connections. [[Bug #19012]]
+* Name resolution such as `Socket.getaddrinfo`, `Socket.getnameinfo`, `Addrinfo.getaddrinfo`, etc.
+ can now be interrupted. [[Feature #19965]]
+
* Random::Formatter#alphanumeric is extended to accept optional `chars`
keyword argument. [[Feature #18183]]
@@ -275,7 +278,6 @@ changelog for details of the default gems or bundled gems.
## Implementation improvements
* `defined?(@ivar)` is optimized with Object Shapes.
-* Name resolution such as `Socket.getaddrinfo` can now be interrupted. [[Feature #19965]]
### GC