diff options
author | Yusuke Endoh <[email protected]> | 2023-11-06 16:09:29 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2023-11-06 16:09:29 +0900 |
commit | 44a1d2e78995f6bf6ce85ab38128e05a034a58ad (patch) | |
tree | 0a5295196387cc6afca5d90ee612bf55d52bfd86 | |
parent | 9059d42c416c4b6aea6acd84f03b91968c12da4a (diff) |
NEWS.md: Add a mention to [Feature #19965]
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,6 +171,7 @@ 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]] ### YJIT @@ -235,3 +236,4 @@ changelog for details of the default gems or bundled gems. [Feature #19785]: https://bugs.ruby-lang.org/issues/19785 [Feature #19843]: https://bugs.ruby-lang.org/issues/19843 [Bug #19868]: https://bugs.ruby-lang.org/issues/19868 +[Feature #19965]: https://bugs.ruby-lang.org/issues/19965 |