From d169ab46a9da7a6042e74e467d20fe29f292f640 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Apr 2014 22:01:45 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919e0a5e5..234a65cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ BUG FIXES: - core: private networks with DHCP type work if type parameter is a string and not a symbol. [GH-3349] - commands/status: Machine readable output contains the target. [GH-3218] + - guests/arch: Reload udev rules after network change. [GH-3322] - guests/debian: Changing host name works properly. [GH-3283] - guests/suse: Shutdown works correctly on SLES [GH-2775] - providers/hyperv: Resume command works properly. [GH-3336]