diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdb63fde..a8ccdf66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ IMPROVEMENTS: - commands/provision: Add `--no-parallel` option to disable provider parallelization if the provider supports it. [GH-2404] - providers/virtualbox: Enable symlinks for VirtualBox 4.1. [GH-2414] + - providers/virtualbox: default VM name now includes milliseconds with + a random number to try to avoid conflicts in CI environments. [GH-2482] BUG FIXES: