From e5ca0cc7c5084948996035d4f092e4cb450aae63 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 12 May 2015 09:35:02 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6425cb2b2..1a41fddbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: BUG FIXES: * core: fix "resource not found" for interpolation issues with modules + * core: fix unflattenable error for orphans [GH-1922] * command/push: local vars override remote ones [GH-1881] * provider/aws: Mark `aws_security_group` description as `ForceNew` [GH-1871] * provider/aws: `aws_db_instance` ARN value is correct [GH-1910]