Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-08-29 16:28:43 -07:00
parent 261d0ef6cd
commit f2adeb0f0f
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## 1.2.8 (unreleased)
BACKWARDS INCOMPATIBILITY:
- `config.ssh.max_tries` is gone. Instead of maximum tries, Vagrant now
uses a simple overall timeout value `config.ssh.timeout` to wait for
the machine to boot up.
FEATURES:
- Mac OS X guest support. [GH-1914]