Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2011-11-27 11:11:50 -07:00
parent 8c3af5cade
commit b133b0a357
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,8 @@
[GH-502]
- Tweaks that should make "Waiting for VM to boot" slightly more
reliable.
- Add comments to Vagrantfile to make it detected as Ruby file for
`vi` and `emacs`. [GH-515]
## 0.8.7 (September 13, 2011)

View File

@ -1,8 +1,6 @@
<%= <<-END
# -*- mode: ruby -*-
# vi: set ft=ruby :
END
%>
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,