From b0a290282a3dc96c62c9a41640ee8a6726e48ed1 Mon Sep 17 00:00:00 2001 From: Misaki Shioi <31817032+shioimm@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:49:33 +0900 Subject: Update NEWS for `open_timeout` of `TCPSocket.new` (#13930) --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fa4d6ba8dd..7609c68bb2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -49,7 +49,7 @@ Note: We're only listing outstanding class updates. * Socket - * `Socket.tcp` accepts `open_timeout` as a keyword argument to specify + * `Socket.tcp` & `TCPSocket.new` accepts `open_timeout` as a keyword argument to specify the timeout for the initial connection. [[Feature #21347]] * Ractor -- cgit v1.2.3