From 5118712cdd606fd427df9d8fbf8deb2aa0795b66 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 2 Apr 2020 18:55:19 +0200 Subject: [PATCH] doc: add missing changes: entry for dns.ALL Refs: https://github.com/nodejs/node/pull/32183 --- doc/api/dns.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/dns.md b/doc/api/dns.md index f854445b14d993..53c7dcece71a02 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -200,6 +200,12 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and `family` properties. ### Supported getaddrinfo flags + The following flags can be passed as hints to [`dns.lookup()`][].