From 54485e80880bea3983cb1d1d7b764b9ae501ab84 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Wed, 23 Aug 2017 12:20:25 -0700 Subject: [PATCH] Update CHANGELOG.md Also updated formatting for resource/data source change notifications to match the conventions of the AWS repo. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4389a26..43f0e0793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 0.1.1 (Unreleased) +BREAKING CHANGES: + +* resource/vsphere_virtual_disk: Default adapter type is now `lsiLogic`, + changed from `ide`. [GH-94] + FEATURES: * **New Resource:** `vsphere_datacenter` [GH-126] @@ -7,7 +12,7 @@ FEATURES: IMPROVEMENTS: -* r/vsphere_virtual_machine: Add annotation argument [GH-111] +* resource/vsphere_virtual_machine: Add annotation argument [GH-111] BUG FIXES: