From 5b3bc95388629f7275c3807d4048d17651d52892 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 12:55:53 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3395b55cf..a37ad40ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ BUG FIXES: - communicator/winrm: execute scheduled tasks immediately on Windows XP since elevation isn't required [GH-6195] - guests/debian: graceful shutdown works properly with newer releases [GH-5986] + - guests/fedora: Preserve `localhost` entry when changing hostname [GH-6203] - guests/suse: DHCP network interfaces properly configured [GH-6502] - provisioners/ansible: use quotes for the `ansible_ssh_private_key_file` value in the generated inventory [GH-6209]