From 25037c7eb3efa7a457f3e6608685ed772ebf578e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 9 Nov 2016 18:35:45 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901de00ea..ff1969bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES: FEATURES: + * **New provider:** `nomad` [GH-9538] * **New provider:** `vault` [GH-9158] * The `import` command will now read provider configuration from Terraform configuration files (including loading tfvars files and so on). [GH-9809]