From 8e98004989962c68ed47904ea4311987b73ab00e Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Wed, 14 Jun 2017 21:48:36 +0200 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3339d88..b79aca531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ IMPROVEMENTS: * `terraform env` command renamed to `terraform workspace` [GH-14952] * `terraform init` command now has `-upgrade` option to download the latest versions (within specified constraints) of modules and provider plugins. +BUG FIXES: + +* provisioner/chef: Prevent a panic while trying to read the connection info [GH-15271 + ## 0.9.8 (June 7, 2017) NOTE: