Skip to content

Commit

Permalink
NEWS: Move "interruptible name resolution" to "Stdlib updates" section
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 7, 2023
1 parent d69af47 commit 30a1ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
Expand Up @@ -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]]

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 30a1ccb

Please sign in to comment.