summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMasaki Matsushita <glass.saga@gmail.com>2020-12-07 21:32:25 +0900
committerMasaki Matsushita <glass.saga@gmail.com>2020-12-07 21:37:33 +0900
commitc6b37cb169f190bac46c76a643350ee4ffc3dfca (patch)
tree5ce5dd8a17eb34c1a1301d26ecff20e4385397da /NEWS.md
parent29dee10af28e5766916ad3aa93401508508d53e2 (diff)
Remove resolv_timeout of TCPSocket.new from NEWS
We couldn't support it for now, because getaddrinfo_a(3) was reverted in 5d8bcc4870. `resolv_timeout` will be just ignored.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/NEWS.md b/NEWS.md
index 80319e50e5..7bb75b9ec3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -373,15 +373,6 @@ Outstanding ones only.
* Update to RubyGems 3.2.0.rc.1
-* Socket
-
- * TCPSocket.new now supports `resolv_timeout`. [[Feature #17134]]
-
- ```ruby
- # it raises SocketError if name resolution is not finished within resolve_timeout.
- tcp_socket = TCPSocket.new("example.com", 80, resolv_timeout: 10)
- ```
-
## Compatibility issues
Excluding feature bug fixes.