Update CHANGELOG

This commit is contained in:
Brian Cain 2018-01-04 10:28:55 -08:00
parent 9c4ef88b88
commit 51bc7ecec4
1 changed files with 2 additions and 0 deletions

View File

@ -11,7 +11,9 @@ IMPROVEMENTS:
- core: Add optional timestamp prefix on log output [GH-9269] - core: Add optional timestamp prefix on log output [GH-9269]
- core: Print more helpful error message for NameEror exceptions in Vagrantfiles [GH-9252] - 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: 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] - 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] - middleware/authentication: Add app.vagrantup.com to allowed hosts [GH-9145]
- providers/virtualbox: Add a clean error message for invalid IP addresses [GH-9275] - 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] - provisioners/salt: Fixes timeout issue in salt bootstrapping for windows [GH-8992]