Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-01-08 21:00:24 -08:00
parent 5e835f4201
commit 680f6c1e69
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ BUG FIXES:
syntax errors.
- commands/plugin: Plugin installation will fail if dependencies conflict,
rather than at runtime.
- guests/redhat: Set hostname to FQDN, per the documentation for RedHat.
[GH-2792]
- providers/virtualbox: Enabling internal networks by just setting "true"
works properly. [GH-2751]