From fe32007db0da431a8b73bfc4783f0084837bec73 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Wed, 23 Nov 2016 23:26:07 +0900 Subject: [PATCH] Fix broken markdown in CHANGELOG.md Signed-off-by: Masayuki Morita Upstream-commit: 2ca39d27a689c709e3306df5a4eb255c81276574 Component: engine --- components/engine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 967a1366c3..52e26d3396 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -90,7 +90,7 @@ be found. + Add `--format` on `docker stats` [#24987](https://github.com/docker/docker/pull/24987) + Make `docker node ps` default to `self` in swarm node [#25214](https://github.com/docker/docker/pull/25214) + Add `--group` in `docker service create` [#25317](https://github.com/docker/docker/pull/25317) -+ Add `--no-trunc` to service/node/stack ps output [#25337(https://github.com/docker/docker/pull/25337) ++ Add `--no-trunc` to service/node/stack ps output [#25337](https://github.com/docker/docker/pull/25337) + Add Logs to `ContainerAttachOptions` so go clients can request to retrieve container logs as part of the attach process [#26718](https://github.com/docker/docker/pull/26718) + Allow client to talk to an older server [#27745](https://github.com/docker/docker/pull/27745) * Inform user client-side that a container removal is in progress [#26074](https://github.com/docker/docker/pull/26074)