From 12ab1ca5eb416d8a20e64bb90b67c589f92ec55b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 15 Aug 2016 14:31:39 +0200 Subject: [PATCH] Add removal of "--network-add" / "--network-rm" to changelog Signed-off-by: Sebastiaan van Stijn --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21d6ed42a..6872ac253c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ systemctl restart docker` to reload changes and (re)start the docker daemon. - Fix a crash on `service inspect` [#25454](https://github.com/docker/docker/pull/25454) - Fix issue preventing `service update --env-add` to work as intended [#25427](https://github.com/docker/docker/pull/25427) - Fix issue preventing `service update --publish-add` to work as intended [#25428](https://github.com/docker/docker/pull/25428) +- Remove `service update --network-add` and `service update --network-rm` flags + because this feature is not yet implemented in 1.12, but was inadvertently added + to the client in 1.12.0 [#25646](https://github.com/docker/docker/pull/25646) ### Contrib