From 21f7d231050424e531cee2bafa50ac2b15b097b2 Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Sun, 27 Apr 2014 12:14:04 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b2379..56f8a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Upcoming +### Bug fixes +* properly detect hosts file location on Windows guests [[#67](https://github.com/smdahlen/vagrant-hostmanager/pull/67)] +* do not add host if IP cannot be determined [[#85](https://github.com/smdahlen/vagrant-hostmanager/pull/85)] + +[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...master) + + ## 1.4.0 ### Features * supports vagrant 1.5 [[#80](https://github.com/smdahlen/vagrant-hostmanager/issues/80), [#81](https://github.com/smdahlen/vagrant-hostmanager/pull/81)]