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)