update CHANGELOG
This commit is contained in:
parent
0f989ce554
commit
7c8fc34a25
|
@ -12,6 +12,9 @@ DEPRECATIONS:
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
- **New guest:** Funtoo (change host name and networks supported)
|
- **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:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
@ -24,6 +27,8 @@ IMPROVEMENTS:
|
||||||
|
|
||||||
BUG FIXES:
|
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"
|
- providers/virtualbox: Enabling internal networks by just setting "true"
|
||||||
works properly. [GH-2751]
|
works properly. [GH-2751]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue