From 89b4d0784c13503724c17a7002f52491f4065cbb Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 12 May 2017 15:26:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8510477ae..f68566d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ IMPROVEMENTS: BUG FIXES: * core: When using `-target`, any outputs that include attributes of the targeted resources are now updated [GH-14186] +* core: Fixed 0.9.5 regression with the conditional operator `.. ? .. : ..` failing to type check with unknown/computed values [GH-14454] * provider/aws: Increase EIP update timeout [GH-14381] * provider/aws: Increase timeout for creating security group [GH-14380] * provider/aws: Increase timeout for (dis)associating IPv6 addr to subnet [GH-14401]