From c8ba37a2c4fb8a4bd1a02256cc20cf98eb4c2594 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 19 Jul 2017 05:02:24 +0800 Subject: [PATCH] Update release-notes.md (#3876) --- cs-engine/1.13/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cs-engine/1.13/release-notes.md b/cs-engine/1.13/release-notes.md index 0b42b0283a..60b0e8a177 100644 --- a/cs-engine/1.13/release-notes.md +++ b/cs-engine/1.13/release-notes.md @@ -23,7 +23,7 @@ cannot be adopted as quickly for consistency and compatibility reasons. Backports all fixes from [17.03.2](https://github.com/moby/moby/releases/tag/v17.03.2-ce) -*Note*: This release includes a fix for potential data loss under certain +**Note**: This release includes a fix for potential data loss under certain circumstances with the local (built-in) volume driver. ## CS Engine 1.13.1-cs3 @@ -57,7 +57,7 @@ Backports all fixes from 17.03.1 ### Runtime * 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 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 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)