Update CHANGELOG
This commit is contained in:
parent
8c3af5cade
commit
b133b0a357
|
@ -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)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue