From d15a1e3093d2051cbb507c2c9af06fbf45b3479e Mon Sep 17 00:00:00 2001 From: sophia Date: Wed, 23 Sep 2020 11:34:01 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d45d3887..6fc6fd4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: - core: Don't try to recover machine without a uuid [GH-11863] - 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] - guest/debian: Set hostname in /etc/hosts as first step to changing hostname [GH-11885] - guest/rhel: Check for existence of network files before trying to update them [GH-11877] - tests: Remove rsync dependency from tests [GH-11889]