Skip to content

Commit 2f2dd10

Browse files
committed
doc: fix version history for net.Socket and net.Server
Refs: nodejs#41310
1 parent 72c0c4b commit 2f2dd10

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)