From b0bf92d5e11962eca12ee3fdba1d851e04577003 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 19 Sep 2017 09:46:56 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb10aafe0d..42847788ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ UPGRADE NOTES: IMPROVEMENTS: +* Modules can now be installed from [the Terraform Registry](https://registry.terraform.io/) * cli: `terraform import` now accepts an option `-allow-missing-config` that overrides the default requirement that a configuration block must already be present for the resource being imported. ([#15876](https://github.com/hashicorp/terraform/issues/15876)) ## 0.10.5 (September 14, 2017)