From b82d3c09902b41cb99aa0ef30c5aef906530a206 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 24 Oct 2014 10:39:12 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5c4df7a..0d110ea2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ FEATURES: - Default provider logic improved: Providers in `config.vm.provider` blocks in your Vagrantfile now have higher priority than plugins. Earlier providers are chosen before later ones. [GH-3812] + - If the default insecure keypair is used, Vagrant will automatically replace + it with a randomly generated keypair on first `vagrant up`. [GH-2608] IMPROVEMENTS: