From 77611022e3d2f4c5eb60b8b14ce60ddb8d70d4de Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Oct 2016 10:45:18 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe96d25771..fe340def2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,8 @@ BUG FIXES: * core: Validate lifecycle options don't contain interpolations. [GH-9576] * core: Tainted resources will not process `ignore_changes`. [GH-7855] * core: Boolean looking values passed in via `-var` no longer cause type errors. [GH-9642] - * core Update crypto/ssh to support ED25519 SSH keys [GH-9661] + * core: Update crypto/ssh to support ED25519 SSH keys [GH-9661 + * core: Computed primitives in certain cases no longer cause diff mismatch errors. [GH-9618] * provider/archive: Converting to datasource. [GH-8492] * provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453] * provider/aws: Fix issue with updating ElasticBeanstalk environment variables [GH-9259]