From 977a744f4abdc7a4cbe15717175f759ca566f116 Mon Sep 17 00:00:00 2001 From: Akihiro MATSUSHiMA Date: Wed, 8 Mar 2017 19:36:43 +0900 Subject: [PATCH] Fix typo in CHANGELOG.md Signed-off-by: Akihiro Matsushima Upstream-commit: d9325e102cd449645a208fa83cfd2b8cb29ab0d2 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 5d199772f0..64f6f79ede 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -37,7 +37,7 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk. * Fix a deadlock in docker logs [#30223](https://github.com/docker/docker/pull/30223) * Fix cpu spin waiting for log write events [#31070](https://github.com/docker/docker/pull/31070) -* Fix a possible crash when using journald [#31231](https://github.com/docker/docker/pull/31231) [#31263](https://github.com/docker/docker/pull/31231) +* Fix a possible crash when using journald [#31231](https://github.com/docker/docker/pull/31231) [#31263](https://github.com/docker/docker/pull/31263) * Fix a panic on close of nil channel [#31274](https://github.com/docker/docker/pull/31274) * Fix duplicate mount point for `--volumes-from` in `docker run` [#29563](https://github.com/docker/docker/pull/29563) * Fix `--cache-from` does not cache last step [#31189](https://github.com/docker/docker/pull/31189)