From 5285443c5f2c8d2ff668d6601a9e140b7fb0a061 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 20 Nov 2020 14:26:51 -0800 Subject: [PATCH] CHANGES --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index b7d81e0566..8e61673307 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5537. [func] The query plugin mechanism has been extended + to support asynchronous operations. For example, a + plugin can now trigger recursion and resume + processing when it's complete. Thanks to Jinmei + Tatuya at Infoblox. [GL #2141] + 5536. [func] Dig can now report the DNS64 prefixes in use (+dns64prefix). [GL #1154]