From 9706042ddd51b85a46e23356536a1d812efa5a38 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 13 Jun 2017 12:29:30 -0700 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a58d0ee6..7d3339d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ BACKWARDS INCOMPATIBILITIES / NOTES: IMPROVEMENTS: -* core: Providers no longer in the main Terraform distribution; installed automatically by init instead [GH-15208] -* core: `terraform env` command renamed to `terraform workspace` [GH-14952] - +* Providers no longer in the main Terraform distribution; installed automatically by init instead [GH-15208] +* `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. ## 0.9.8 (June 7, 2017)