From 9b8c8dad8cf5507dc505ba952dec8efd230c3a0f Mon Sep 17 00:00:00 2001 From: Chris Roberts <code@chrisroberts.org> Date: Thu, 6 Oct 2016 13:01:34 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bafe8399..c6f6a7356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: - communicators/winrm: Prevent connection leakage [GH-7712] - guests/linux: Fix incorrectly configured private network [GH-7844, GH-7848] + - guests/linux: Only emit upstart event if initctl is available [GH-7813] - guests/redhat: Properly configure network and restart service [GH-7751] - pushes/atlas: Fix atlas push on Windows platform [GH-6938, GH-7802]