From 861e0e7b7afaf2b828c0a903ec0e09cfdbab532c Mon Sep 17 00:00:00 2001 From: bogdan Date: Wed, 27 Sep 2017 09:40:30 +0300 Subject: [PATCH] Update CHANGELOG.md about #460 issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 087c2d3d68b..5789138953d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## UNRELEASED ### Fixed -- Fixed local Docker Compose executable name resolution on Windows (#416) +- Fixed local Docker Compose executable name resolution on Windows (#460) - Fixed TAR composition on Windows (#444) - Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453) - Stopping creation of temporary directory prior to creating temporary file (#443)