Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed May 27, 2017
1 parent a980694 commit 9de9130
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.7.5 (May 27, 2017)
BUG FIXES:
- Fixed compatibility with Vagrant v1.9.5+. `nokogiri` gem is defined as
a plugin runtime dependency.
[[GH-297](https://github.com/Parallels/vagrant-parallels/issues/297)],
[[GH-298](https://github.com/Parallels/vagrant-parallels/pull/298)]

**NB!** To use the plugin with Vagrant v1.9.5 you should (re)install it with
`NOKOGIRI_USE_SYSTEM_LIBRARIES` enabled:
```bash
$ vagrant plugin uninstall vagrant-parallels
$ NOKOGIRI_USE_SYSTEM_LIBRARIES=true vagrant plugin install vagrant-parallels
```


## 1.7.4 (April 20, 2017)
IMPROVEMENTS:
- Make start action (`"vagrant up"`) run provisioners if VM is running.
Expand Down

0 comments on commit 9de9130

Please sign in to comment.