From cb3084c6e1fcb5b5be1759b6f62e7a3e68452cfa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 8 Feb 2011 19:43:25 -0800 Subject: [PATCH] Update CHANGELOG for host only network mac address setting --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe92ba5e..1034192b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fix race condition in SSH, which specifically manifested itself in the chef server provisioner. [GH-295] - Change sudo shell to use `bash` (configurable). [GH-301] + - Can now set mac address of host only network. [GH-294] ## 0.7.1 (January 28, 2011)