From cd098bd4e1dbbdaa58e0698553b3f47adff24b55 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 15 Jun 2020 09:54:49 -0400 Subject: [PATCH] transfer deferred (#3949) Signed-off-by: Chris O'Haver --- notes/coredns-1.7.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md index 51044f224..1ada3e292 100644 --- a/notes/coredns-1.7.0.md +++ b/notes/coredns-1.7.0.md @@ -12,7 +12,6 @@ The CoreDNS team has released This is a **backwards incompatible release**. Major changes include: * Better [metrics names](https://github.com/coredns/coredns/pull/3776). -* New `transfer` plugin that removes the need for plugins to perform their own zone transfers. * The *federation* plugin (allows for v1 Kubernetes federation) has been removed. We've also removed some supporting code from the *kubernetes* plugin, so it will not build as an external plugin (with this version of CoreDNS).