From a0b9dc32c8a6afd4cae5369e19a5f32327e00440 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Feb 2015 22:55:37 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6774b144..8876d6ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ BUG FIXES: provisioners. [GH-795][GH-868] * core: Validate that `depends_on` doesn't contain interpolations. [GH-1015] * core: Module inputs can be non-strings. [GH-819] + * core: Fix invalid plan that resulted in "diffs don't match" error when + a computed attribute was used as part of a set parameter. [GH-1073] * providers/aws: manually deleted VPC removes it from the state * providers/aws: `source_dest_check` regression fixed (now works). [GH-1020] * providers/digitalocean: Waits until droplet is ready to be destroyed [GH-1057]