update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-01-03 11:36:59 -08:00
parent 0f989ce554
commit 7c8fc34a25
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,9 @@ DEPRECATIONS:
FEATURES:
- **New guest:** Funtoo (change host name and networks supported)
- Password-based SSH authentication. This lets you use almost any off-the-shelf
virtual machine image with Vagrant. Additionally, Vagrant will automatically
insert a keypair into the machine.
IMPROVEMENTS:
@ -24,6 +27,8 @@ IMPROVEMENTS:
BUG FIXES:
- core: If an exception was raised while attempting to connect to SSH
for the first time, it would get swallowed. It is properly raised now.
- providers/virtualbox: Enabling internal networks by just setting "true"
works properly. [GH-2751]