Skip to content

Commit

Permalink
doc: add changelogs for net
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
addaleax committed Feb 24, 2017
1 parent 6cc8f19 commit 3183397
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ following this event.
### Event: 'lookup'
<!-- YAML
added: v0.11.3
changes:
- version: v5.10.0
pr-url: https://github.com/nodejs/node/pull/5598
description: The `host` parameter is supported now.
-->

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

Opens the connection for a given socket.
Expand Down

0 comments on commit 3183397

Please sign in to comment.