From f1b13312309a01fa49bbcbc6194f755f2cc25ee0 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Wed, 9 Mar 2016 13:38:57 -0500 Subject: [PATCH] Update CHANGELOG with reverts Signed-off-by: Tibor Vass (cherry picked from commit 320d17b2a2b42a71089b7109797dc4c0f6a06fa8) Upstream-commit: b5725434c6b01f5e25841d0d5165fd5b68187dca Component: engine --- components/engine/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index 6fa61646fe..3d7864de8f 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -11,8 +11,6 @@ be found. - Fix Docker client exiting with an "Unrecognized input header" error [#20706](https://github.com/docker/docker/pull/20706) - Fix Docker exiting if Exec is started with both `AttachStdin` and `Detach` [#20647](https://github.com/docker/docker/pull/20647) -- Fix loss of output in short-lived containers [#20729](https://github.com/docker/docker/pull/20729) -- Fix an issue that caused the client to hang if the container process died [#20967](https://github.com/docker/docker/pull/20967) ### Distribution