From 07ee45796b9577cbff350cb6bfeff6c7b82318c2 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 23 Feb 2018 09:42:22 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c589f1f9..b1cf145a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: - guests/debian: Renew DHCP lease on hostname change [GH-9405] - guests/debian: Point hostname to 127.0.1.1 in /etc/hosts [GH-9404] - guests/debian: Update systemd? check for guest inspection [GH-9459] + - guests/debian: Use ip route in dhcp template [GH-8730] - guests/gentoo: Disable if/netplugd when setting up a static ip on a gentoo guest using openrc [GH-9261] - guests/openbsd: Atomically apply new hostname.if(5) [GH-9265] - hosts/windows: Fix halt problem when determining powershell version on old powershells [GH-9470]