From 32aa5ef4d17ac772b3523cabd580349b91f45fb5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Sep 2010 21:20:47 -0700 Subject: [PATCH] Update changelog for backwards incompat change. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce70a3e5c..a157fb076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 0.6.0 (unreleased) + - The format of the ".vagrant" file which stores persisted VMs has + changed. This is **backwards incompatible**. Will provide an upgrade + utility prior to 0.6 launch. - Every [expected] Vagrant error now exits with a clean error message and a unique exit status, and raises a unique exception (if you're scripting Vagrant).