From 85065c3746b9c200aa14a1964feb07a5d06407a2 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 18 Dec 2019 16:50:24 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002d27050..ffc8133d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ BUG FIXES: - cloud/publish: Improve argument handling for missing arguments to command [GH-11184] - core: Get latest version for current provider during outdated check [GH-11192] - linux/nfs: avoid adding extra newlines to /etc/exports [GH-11201] +- guest/darwin: Fix VMware synced folders on APFS [GH-11267] - guest/redhat: Ensure `nfs-server` is restarted when installing nfs client [GH-11212] - core: Do not validate checksums if options are empty string [GH-11211] - provider/docker: Enhance docker build method to match against buildkit output [GH-11205]