From 079f5eb5e52140cbd97cd281e746d5dc5b2ba636 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 29 Sep 2017 15:56:26 -0700 Subject: [PATCH] removed deprecation line Signed-off-by: Andrew Hsu --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d461b253..738d0e5b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,3 @@ use non-detached move as default, use `--detach=true` to keep the old behaviour. * Produce an error if `docker swarm init --force-new-cluster` is executed on worker nodes [moby/moby#34881](https://github.com/moby/moby/pull/34881) + Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686) - -### Deprecation - -* Remove deprecated `--enable-api-cors` flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)