diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8d542b8..0a5f977f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ FEATURES: IMPROVEMENTS: -- command/cloud: Add --force flag to `version release` command [GH-11912] - command/cap: Add ability to specify target [GH-11965] +- command/cloud: Add --force flag to `version release` command [GH-11912] +- command/cloud: Updates to utilize the 3.0 version of vagrant_cloud [GH-11916] - core: Switch from unmaintained gem erubis to erubi [GH-11893] - core: Download Vagrant boxes using auth headers [GH-11835] - core: Remove dependency on mime gem [GH-11857] @@ -15,10 +16,10 @@ 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] +- config/disks: Transform provider specific config to common form [GH-11939] - config/vm: Override synced-folder `:nfs` option [GH-11988] - contrib/zsh: Remove newline from beginning of completion script [GH-11963] -- guests/arch: Install smbclient when setting up arch smb [GH-11923] +- guests/arch: Install smbclient when setting up arch smb [GH-11923] - 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]