mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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: https://github.com/nodejs/node/pull/55112 Refs: https://github.com/nodejs/node/pull/25436 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
7fe5bcd29e
commit
5368cdcf8a
@ -658,6 +658,9 @@ changes:
|
||||
- version: v15.14.0
|
||||
pr-url: https://github.com/nodejs/node/pull/37735
|
||||
description: AbortSignal support was added.
|
||||
- version: v12.10.0
|
||||
pr-url: https://github.com/nodejs/node/pull/25436
|
||||
description: Added `onread` option.
|
||||
-->
|
||||
|
||||
* `options` {Object} Available options are:
|
||||
@ -986,9 +989,6 @@ changes:
|
||||
pr-url: https://github.com/nodejs/node/pull/41310
|
||||
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
|
||||
options are supported now.
|
||||
- version: v12.10.0
|
||||
pr-url: https://github.com/nodejs/node/pull/25436
|
||||
description: Added `onread` option.
|
||||
- version: v6.0.0
|
||||
pr-url: https://github.com/nodejs/node/pull/6021
|
||||
description: The `hints` option defaults to `0` in all cases now.
|
||||
|
Loading…
Reference in New Issue
Block a user