From 89f5249f7a3f080dc41afbc55babe0461b542826 Mon Sep 17 00:00:00 2001 From: sophia Date: Mon, 30 Mar 2020 10:33:54 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a329eea..48987f6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: - communicators/winssh: Fix issues with Windows SSH communicator [GH-11430] - providers/docker: Fix issue where Vagrant fails to remove image if it is in use [GH-11355] - providers/docker: Fix issue with getting correct docker image id from build output [GH-11461] +- hosts/linux: Ensure `/etc/exports` does not contain duplicate records [GH-10591] ## 2.2.7 (January 27, 2020)