Skip to content

Commit

Permalink
doc: add changelogs for dgram
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 e23598d commit 5bc9349
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/dgram.md
Expand Up @@ -228,6 +228,15 @@ drop membership on all valid interfaces.
### socket.send(msg, [offset, length,] port, address[, callback])
<!-- YAML
added: v0.1.99
changes:
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/5929
description: On success, `callback` will now be called with an `error`
argument of `null` rather than `0`.
- version: v5.7.0
pr-url: https://github.com/nodejs/node/pull/4374
description: The `msg` parameter can be an array now. Also, the `offset`
and `length` parameters are optional now.
-->

* `msg` {Buffer|String|Array} Message to be sent
Expand Down

0 comments on commit 5bc9349

Please sign in to comment.