Update CHANGELOG
This commit is contained in:
parent
458ccf7a77
commit
b76acd45c8
|
@ -2,6 +2,15 @@
|
|||
|
||||
FEATURES:
|
||||
|
||||
- **New guest: Windows**. Vagrant now fully supports Windows as a guest
|
||||
VM. WinRM can be used for communication (or SSH), and the shell
|
||||
provisioner, Chef, and Puppet all work with Windows VMs.
|
||||
- **New command: global-status**. This command shows the state of every
|
||||
created Vagrant environment on the system for that logged in user.
|
||||
- Control Vagrant environments from any directory. Using the UUIDs given
|
||||
in `vagrant global-status`, you can issue commands from anywhere on
|
||||
your machine, not just that environment's directory. Example:
|
||||
`vagrant destroy UUID` from anywhere.
|
||||
- Can now specify a `post_up_message` in your Vagrantfile that is shown
|
||||
after a `vagrant up`. This is useful for putting some instructions of how
|
||||
to use the development environment.
|
||||
|
|
Loading…
Reference in New Issue