diff options
author | 2019-07-03 20:09:56 +0100 | |
---|---|---|
committer | 2019-07-03 20:09:56 +0100 | |
commit | e0c373ec12c7c043022fb9779da97f095b7f5bf8 (patch) | |
tree | a186d3668c48ca3de4817999612b6ae76ebd40bb /notes | |
parent | d933f635af392fb7b7938857576f460741151e46 (diff) | |
download | coredns-e0c373ec12c7c043022fb9779da97f095b7f5bf8.tar.gz coredns-e0c373ec12c7c043022fb9779da97f095b7f5bf8.tar.zst coredns-e0c373ec12c7c043022fb9779da97f095b7f5bf8.zip |
notes 1.5.2: fix typo (#2971)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.5.2.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/notes/coredns-1.5.2.md b/notes/coredns-1.5.2.md index d6224a0b5..7e3958850 100644 --- a/notes/coredns-1.5.2.md +++ b/notes/coredns-1.5.2.md @@ -10,8 +10,9 @@ author = "coredns" The CoreDNS team has released [CoreDNS-1.5.2](https://github.com/coredns/coredns/releases/tag/v1.5.2). -Small bugfixes and a change to Caddy's important path. - +Small bugfixes and a change to Caddy's import path (mholt/caddy -> caddyserver/caddy). Doing +a release helps plugins deal with the change better. + # Plugins * For all plugins that use the `upstream` directive it use removed from the documentation; it's still accepted |