Skip to content

Commit 81ad69d

Browse files
sendorumarco-ippolito
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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 3ba2e7b commit 81ad69d

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
@@ -651,6 +651,9 @@ changes:
651651
- version: v15.14.0
652652
pr-url: https://github.com/nodejs/node/pull/37735
653653
description: AbortSignal support was added.
654+
- version: v12.10.0
655+
pr-url: https://github.com/nodejs/node/pull/25436
656+
description: Added `onread` option.
654657
-->
655658

656659
* `options` {Object} Available options are:
@@ -969,9 +972,6 @@ changes:
969972
pr-url: https://github.com/nodejs/node/pull/41310
970973
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
971974
options are supported now.
972-
- version: v12.10.0
973-
pr-url: https://github.com/nodejs/node/pull/25436
974-
description: Added `onread` option.
975975
- version: v6.0.0
976976
pr-url: https://github.com/nodejs/node/pull/6021
977977
description: The `hints` option defaults to `0` in all cases now.

0 commit comments

Comments
 (0)