diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a68f08f..8c7d19356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.1.3 (unreleased) +FEATURES: + +* The VMware builder can now upload the VMware tools for you into + the VM. This is opt-in, you must specify the `tools_upload_flavor` + option. See the website for more documentation. + IMPROVEMENTS: * digitalocean: Errors contain human-friendly error messages. [GH-85]