From 2ab58d7369b4f3d65184c277869623dd373ce13f Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 2 May 2018 15:48:37 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3674a128b..b980a119a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: - middleware/authentication: Prevent URL modification when no changes are required [GH-9730] - middleware/authentication: Ignore URLs which cannot be parsed [GH-9739] - provider/hyperv: Reference switches by ID instead of name [GH-9747] +- provider/docker: Use Util::SafeExec if docker-exec is run with `-t` option [GH-9761] - provisioner/puppet: Properly finalize structured_facts config option [GH-9720] - util/platform: Fix original WSL to Windows path for "root" directory [GH-9696]