Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2020-05-01 15:43:14 +0300
committerMichaël Zasso <targos@protonmail.com>2020-05-26 16:55:39 +0300
commitdcc112b7f7e7543e57b279d95a5bbb24ef771652 (patch)
tree5fbdeae12661dcb424354c6e8faadac1da877227 /doc/api/dns.md
parent5007611294bfcfe7af8648a69bd19d1b014c84bd (diff)
2020-05-26, Version 12.17.0 'Erbium' (LTS)
Notable changes: * ECMAScript Modules - `--experimental-modules` flag removal * AsyncLocalStorage API (experimental) * REPL previews * REPL reverse-i-search * REPL substring-based search * Error monitoring * Monitoring `error` events * Monitoring uncaught exceptions * File system APIs * New function: `fs.readv` * Optional parameters in `fs.read` * Console `groupIndentation` option * `maxStringLength` option for `util.inspect()` * Stable N-API release 6 * Stable diagnostic reports * Increase of the default server headers timeout * New `--trace-sigint` CLI flag * Various crypto APIs now support Diffie-Hellman secrets * Added support for the `dns.ALL` flag in `dns.lookup()` * Added a new experimental API to interact with Source Map V3 data * Added support for passing a `transferList` along with `workerData` to the `Worker` constructor PR-URL: https://github.com/nodejs/node/pull/33197
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index f6b8dbd3c0e..7536c1eee20 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -202,7 +202,9 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and
### Supported getaddrinfo flags
<!-- YAML
changes:
- - version: v13.13.0
+ - version:
+ - v13.13.0
+ - v12.17.0
pr-url: https://github.com/nodejs/node/pull/32183
description: Added support for the `dns.ALL` flag.
-->