Update changelog for backwards incompat change.

This commit is contained in:
Mitchell Hashimoto 2010-09-02 21:20:47 -07:00
parent a84ea6a5b8
commit 32aa5ef4d1
1 changed files with 3 additions and 0 deletions

View File

@ -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).