From 14318059b80947dfd937ddb3f2a896590e119410 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Dec 2014 18:51:00 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298f89c78..db1263ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ FEATURES: - * New element() function to index into arrays + * **Remote State**: State files can now be stored remotely via HTTP, + Consul, or HashiCorp's Atlas. + * **New Provider: `atlas`**: Retrieve artifacts for deployment from + HashiCorp's Atlas service. + * New `element()` function to index into arrays IMPROVEMENTS: