Update CHANGELOG

This commit is contained in:
Brian Cain 2018-08-17 11:23:51 -07:00
parent c61f58049c
commit efcdec5729
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ IMPROVEMENTS:
- contrib/bash: Replace -VAGRANTSLASH- with literal slash in completion [GH-9987]
- core: Show installed version of Vagrant when displaying version check [GH-9968]
- core: Retain information of original box backing active guest [GH-10083]
- core: Only write box info if provider supports box objects [GH-10126]
- core: Update net-ssh dependency constraint to ~> 5.0.0 [GH-10066]
- core/triggers: Catch and allow for non-standard exit codes with triggers `run` options [GH-10005]
- guest/debian: Isolate network interface configuration to individual files for systemd [GH-9889]