From 1c224dc4dcc83bdb2d3a9163c00a6ac0fa02e1c6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Oct 2014 10:19:18 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8c19c3b..002873ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ IMPROVEMENTS: - guests/suse: Support NFS client install, rsync setup. [GH-4492] + - guests/tinycore: Support changing host names. [GH-4469] - guests/windows: Hostname can be set without reboot. [GH-4687] - providers/docker: Can now start containers from private repositories more easily. Vagrant will login for you if you specify auth. [GH-4042]