Skip to content

Commit 3183397

Browse files
committed
doc: add changelogs for net
PR-URL: #11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
1 parent 6cc8f19 commit 3183397

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/api/net.md

+13
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ following this event.
411411
### Event: 'lookup'
412412
<!-- YAML
413413
added: v0.11.3
414+
changes:
415+
- version: v5.10.0
416+
pr-url: https://github.com/nodejs/node/pull/5598
417+
description: The `host` parameter is supported now.
414418
-->
415419

416420
Emitted after resolving the hostname but before connecting.
@@ -479,6 +483,15 @@ The amount of bytes sent.
479483
### socket.connect(options[, connectListener])
480484
<!-- YAML
481485
added: v0.1.90
486+
changes:
487+
- version: v6.0.0
488+
pr-url: https://github.com/nodejs/node/pull/6021
489+
description: The `hints` option defaults to `0` in all cases now.
490+
Previously, in the absence of the `family` option it would
491+
default to `dns.ADDRCONFIG | dns.V4MAPPED`.
492+
- version: v5.11.0
493+
pr-url: https://github.com/nodejs/node/pull/6000
494+
description: The `hints` option is supported now.
482495
-->
483496

484497
Opens the connection for a given socket.

0 commit comments

Comments
 (0)