aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Aleks <git001@users.noreply.github.com> 2019-03-18 17:45:36 +0100
committerGravatar John Belamaric <jbelamaric@google.com> 2019-03-18 09:45:36 -0700
commitaa9c7a2e61ce2d06accf5731109e120004cb698b (patch)
tree49d0ea54e510fe4e4a78d277f5230a46b16e2863 /notes
parent440566152084f3d61789152d76461e25813cdc0b (diff)
downloadcoredns-aa9c7a2e61ce2d06accf5731109e120004cb698b.tar.gz
coredns-aa9c7a2e61ce2d06accf5731109e120004cb698b.tar.zst
coredns-aa9c7a2e61ce2d06accf5731109e120004cb698b.zip
Fix brackets (#2705)
Just fixing some missing `)`
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.4.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/coredns-1.4.0.md b/notes/coredns-1.4.0.md
index ab5615623..4597b6df1 100644
--- a/notes/coredns-1.4.0.md
+++ b/notes/coredns-1.4.0.md
@@ -13,8 +13,8 @@ of CoreDNS-1.4.0! Our first release after we became a graduated project in
Deprecation notice for the *next* release:
- * [*auto*](/plugins/auto) will deprecate **TIMEOUT** and recommends the use of RELOAD ([2516](https://github.com/coredns/coredns/issues/2516).
- * [*auto*](/plugins/file) and [*file*](/plugins/auto) will deprecate NO_RELOAD and recommends the use of RELOAD set to 0 ([2536](https://github.com/coredns/coredns/issues/2536).
+ * [*auto*](/plugins/auto) will deprecate **TIMEOUT** and recommends the use of RELOAD ([2516](https://github.com/coredns/coredns/issues/2516)).
+ * [*auto*](/plugins/file) and [*file*](/plugins/auto) will deprecate NO_RELOAD and recommends the use of RELOAD set to 0 ([2536](https://github.com/coredns/coredns/issues/2536)).
* [*health*](/plugins/health) will revert back to report process level health without plugin
status. A new *ready* plugin will make sure plugins have at least completed their startup
sequence.