Update CHANGELOG

This commit is contained in:
Seth Vargo 2016-02-03 09:50:02 -05:00
parent fb5292567e
commit c08b737e0c
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ IMPROVEMENTS:
BUG FIXES:
- core: Bump nokogiri version to fix windows bug [GH-6766, GH-6848]
- core: Revert a change made to the output of the identify file [GH-6962,
GH-6929, GH-6589]
- docs & core: Be consistent about the "2" in the Vagrantfile version
@ -18,7 +19,7 @@ BUG FIXES:
on missing files or directories, so that the requested vagrant command is
always executed (e.g. `vagrant destroy` is not aborted when the configured
playbook is not present on the guest) [GH-6763]
- provisioners/puppet: use `where.exe` to locate puppet binary
- provisioners/puppet: Use `where.exe` to locate puppet binary
[GH-6912, GH-6876]
## 1.8.1 (December 21, 2015)