Skip to content

Commit fd5e70f

Browse files
authored
doc: fix version history for net.Socket and net.Server
Refs: #41310 PR-URL: #42268 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 72c0c4b commit fd5e70f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@ changes:
28412841
- version: REPLACEME
28422842
pr-url: https://github.com/nodejs/node/pull/42163
28432843
description: The `noDelay` option now defaults to `true`.
2844-
- version: REPLACEME
2844+
- version: v17.7.0
28452845
pr-url: https://github.com/nodejs/node/pull/41310
28462846
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
28472847
options are supported now.

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ behavior.
822822
<!-- YAML
823823
added: v0.1.90
824824
changes:
825-
- version: REPLACEME
825+
- version: v17.7.0
826826
pr-url: https://github.com/nodejs/node/pull/41310
827827
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
828828
options are supported now.

0 commit comments

Comments
 (0)