summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMasaki Matsushita <glass.saga@gmail.com>2020-09-25 16:20:18 +0900
committerMasaki Matsushita <glass.saga@gmail.com>2020-12-10 20:52:29 +0900
commit78f188524f551c97b1a7a44ae13514729f1a21c7 (patch)
treeeb334c023f4571b883221cbaa7a149352ac83b9c /NEWS.md
parent658b4ff60934b9fb6845e214fda83229e631e366 (diff)
Add connect_timeout to TCPSocket
Add connect_timeout to TCPSocket.new in the same way as Socket.tcp. Closes [Feature #17187]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6bf5d94d94..b698ce4fbf 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -348,6 +348,10 @@ Outstanding ones only.
* Update to IRB 1.2.6
+* Socket
+
+ * Add :connect_timeout to TCPSocket.new [[Feature #17187]]
+
* Net::HTTP
* Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname have been