From 3174c0079bf22df082d11c5248b8e25e9c419f16 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 18 Jun 2016 14:19:52 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87e35140..59c28f5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ BUG FIXES: - guests/centos: Use `ip` instead of `ifconfig` to detect network interfaces [GH-7460] - guests/debian: Ensure newline when inserting public key [GH-7456] + - guests/redhat: Use `/sbin/ip` to list and configure networks for + compatability with older versions of CentOS [GH-7482] ## 1.8.4 (June 13, 2016)