diff options
| author | Yusuke Endoh <mame@ruby-lang.org> | 2023-12-07 19:50:55 +0900 |
|---|---|---|
| committer | Yusuke Endoh <mame@ruby-lang.org> | 2023-12-07 19:50:55 +0900 |
| commit | 30a1ccbc5c0c7c3736dbd3b020e5ca5fbf657cbc (patch) | |
| tree | e27f65af6b2672a3dff16791ed1d5e558a5b1fd5 | |
| parent | d69af4788a923f9afab63104a7adb72a02d37745 (diff) | |
NEWS: Move "interruptible name resolution" to "Stdlib updates" section
| -rw-r--r-- | NEWS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
