From 06f6d8b8ece412e03fb6ead84bd88798f21b0aba Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 1 Nov 2018 12:26:44 -0700 Subject: [PATCH] Minor edits --- release-notes/docker-compose.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-notes/docker-compose.md b/release-notes/docker-compose.md index a2f8c834e1..d4a72da42b 100644 --- a/release-notes/docker-compose.md +++ b/release-notes/docker-compose.md @@ -9,11 +9,11 @@ toc_max: 2 ### Bug Fixes -- Fixed a bug where working with containers created with a previous (< 1.23.0) - version of Compose would cause unexpected crashes +- Fixed a bug where working with containers created with a version of Compose earlier than `1.23.0` + would cause unexpected crashes. - Fixed an issue where the behavior of the `--project-directory` flag would - vary depending on which subcommand was being used. + vary depending on which subcommand was used. ## 1.23.0 (2018-10-30)