From 467902b30f6a8f2c273c9c0d7fbd2f8803e58e54 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 10 Aug 2016 10:36:08 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571e18a80..8e924eae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,17 @@ FEATURES: IMPROVEMENTS: - Implement auto_start and auto_stop actions for Hyper-V [GH-7647] + - Add detection for DragonFly BSD [GH-7701] BUG FIXES: - hosts/arch: Detect NFS server by service name on arch [GH-7630, GH-7629] - guests/linux: Fix SSH key permissions [GH-7610, GH-7611] - guests/ubuntu: Fix detection on older guests [GH-7632, GH-7524, GH-7625] - + - guests/bsd: Remove Darwin matching [GH-7701] + - guests/openbsd: Add custom halt capability [GH-7701] + - hosts/darwin: Fix generated RDP configuration file [GH-7698] + - core: Fix windows path formatting [GH-6598] ## 1.8.5 (July 18, 2016)