Update CHANGELOG

This commit is contained in:
Chris Roberts 2020-10-30 10:00:46 -07:00
parent 57ddab2672
commit a1c2393e77

View File

@ -4,8 +4,9 @@ FEATURES:
IMPROVEMENTS: IMPROVEMENTS:
- command/cloud: Add --force flag to `version release` command [GH-11912]
- command/cap: Add ability to specify target [GH-11965] - 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: Switch from unmaintained gem erubis to erubi [GH-11893]
- core: Download Vagrant boxes using auth headers [GH-11835] - core: Download Vagrant boxes using auth headers [GH-11835]
- core: Remove dependency on mime gem [GH-11857] - 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/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] - 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] - config/vm: Override synced-folder `:nfs` option [GH-11988]
- contrib/zsh: Remove newline from beginning of completion script [GH-11963] - 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: Check for /etc/fstab before trying to modify [GH-11897]
- guest/linux: Create an /etc/fstab if does not exist [GH-11909] - guest/linux: Create an /etc/fstab if does not exist [GH-11909]
- guest/linux: Persist SMB mounts [GH-11846] - guest/linux: Persist SMB mounts [GH-11846]