From 140b3377f43ba55ea427bc66ad358d8f087b3411 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 24 Sep 2015 15:37:02 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c488df6f..789d76076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ IMPROVEMENTS: BUG FIXES: * core: Fix problems referencing list attributes in interpolations [GH-2157] + * core: don't error on computed value during input walk [GH-2988] * provider/google: Crashes with interface conversion in GCE Instance Template [GH-3027] * provider/google: Convert int to int64 when building the GKE cluster.NodeConfig struct [GH-2978] * provider/aws: Retry creation of `aws_ecs_service` if IAM policy isn't ready yet [GH-3061]