Skip to content

Commit 6cc4951

Browse files
sendorutargos
authored andcommitted
doc: move the YAML changes element
moved YAML changes element regarding to `onread` option from `socket.connect(options[, connectListener])` to `new net.Socket([options])` PR-URL: #55112 Refs: #25436 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 1c94725 commit 6cc4951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/net.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@ changes:
658658
- version: v15.14.0
659659
pr-url: https://github.com/nodejs/node/pull/37735
660660
description: AbortSignal support was added.
661+
- version: v12.10.0
662+
pr-url: https://github.com/nodejs/node/pull/25436
663+
description: Added `onread` option.
661664
-->
662665

663666
* `options` {Object} Available options are:
@@ -986,9 +989,6 @@ changes:
986989
pr-url: https://github.com/nodejs/node/pull/41310
987990
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
988991
options are supported now.
989-
- version: v12.10.0
990-
pr-url: https://github.com/nodejs/node/pull/25436
991-
description: Added `onread` option.
992992
- version: v6.0.0
993993
pr-url: https://github.com/nodejs/node/pull/6021
994994
description: The `hints` option defaults to `0` in all cases now.

0 commit comments

Comments
 (0)