summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisaki Shioi <31817032+shioimm@users.noreply.github.com>2025-07-17 22:49:33 +0900
committerGitHub <noreply@github.com>2025-07-17 22:49:33 +0900
commitb0a290282a3dc96c62c9a41640ee8a6726e48ed1 (patch)
treef3246eb1eab45195797d5296036cdab62b8cd03c
parentbb8924240d329091eaa38f46791036ac13ccd3ed (diff)
Update NEWS for `open_timeout` of `TCPSocket.new` (#13930)
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
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