From c8733ac44aafef7c3407e323931e1dd7f7e0a3e5 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 30 May 2015 11:53:34 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf78e849..0ff8dccba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ BUG FIXES: - hosts/nfs: allow colons (`:`) in NFS IDs [GH-5222] - guests/debian: Halt works properly on Debian 8. [GH-5369] - guests/funtoo: fix incorrect path in configure networks [GH-4812] + - guests/tinycore: fix change hostname functionality [GH-5623] - guests/windows: Create rsync folder prior to rsync-ing. [GH-5282] - guests/windows: Changing hostname requires reboot again since the non-reboot code path was crashing Windows server. [GH-5261]