diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9b6c89f..4ca69f00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)