From 658941d3dcc0f0317b2272d7046de469aa62d04f Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Thu, 24 Aug 2017 11:46:49 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1316956..a064f7b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ IMPROVEMENTS: +* resource/vsphere_virtual_machine: Allow customization of hostname [GH-79] + +BUG FIXES: + * resource/vsphere_virtual_machine: Fix IPv4 address mapping issues causing spurious diffs, in addition to IPv6 normalization issues that can lead to spurious diffs as well. [GH-128]