Skip to content

Commit edf28c7

Browse files
committed
doc: add change entry
Added a change entry for the stricter validation of the `address` parameter in `Socket.prototype.send()`.
1 parent 833caa4 commit edf28c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/dgram.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ if the socket is not connected.
468468
<!-- YAML
469469
added: v0.1.99
470470
changes:
471+
- version: REPLACEME
472+
pr-url: https://github.com/nodejs/node/pull/39190
473+
description: The `address` parameter now only accepts a `string`, `null`
474+
or `undefined`.
471475
- version:
472476
- v14.5.0
473477
- v12.19.0

0 commit comments

Comments
 (0)