From fc30a8302c1015f8e35ea43b70af8344d15607d2 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 26 Feb 2018 14:52:59 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2700708..0a92a7048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2464,7 +2464,7 @@ BUG FIXES: - Ignore "guest not ready" errors when attempting to graceful halt and carry on checks whether the halt succeeded. [GH-1679] - Handle the case where a roles path for Chef solo isn't properly - defined. [GH-1665] + defined. [GH-1665] - Finding V1 boxes now works properly again to avoid "box not found" errors. [GH-1691] - Setting hostname on SLES 11 works again. [GH-1781]