From 51bc7ecec463317d538583b05fa02e54d3b31154 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 4 Jan 2018 10:28:55 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64de4eb3..ff9c51e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ IMPROVEMENTS: - core: Add optional timestamp prefix on log output [GH-9269] - core: Print more helpful error message for NameEror exceptions in Vagrantfiles [GH-9252] - docs: Include virtualbox 5.2.x as supported in docs [GH-9237] + - docs: Improve how to pipe debug log on powershell [GH-9330] - guests/dragonflybsd: Base guest on FreeBSD to inherit more functionality [GH-9205] + - providers/hyper-v: Ensure Hyper-V cmdlets are fully qualified [GH-8863] - middleware/authentication: Add app.vagrantup.com to allowed hosts [GH-9145] - providers/virtualbox: Add a clean error message for invalid IP addresses [GH-9275] - provisioners/salt: Fixes timeout issue in salt bootstrapping for windows [GH-8992]