From 2a675ba4817d1762253debf6ba01dac587f09730 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 13 Oct 2020 14:04:44 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc6fd4a6..bec853e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: - core/synced_folders: Don't persist synced folders to fstab is guest is not reachable [GH-11900] - core: Don't try to recover machine without a uuid [GH-11863] +- config/disks: Transform provider specific config to common form [GH-11939] - guest/linux: Check for /etc/fstab before trying to modify [GH-11897] - guest/linux: Create an /etc/fstab if does not exist [GH-11909] - guest/linux: Persist SMB mounts [GH-11846]