From 680f6c1e690234c1666fa131e0eb3a6b99c5543b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 8 Jan 2014 21:00:24 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0158d5c..56cf300e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]