From 3183397c8a3383f3df7feea0f882ed150bc0e407 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:46 +0100 Subject: [PATCH] doc: add changelogs for net PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/net.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/api/net.md b/doc/api/net.md index 2936800fe9..f4669449ee 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -411,6 +411,10 @@ following this event. ### Event: 'lookup' Emitted after resolving the hostname but before connecting. @@ -479,6 +483,15 @@ The amount of bytes sent. ### socket.connect(options[, connectListener]) Opens the connection for a given socket.