From 25e38f8e7288ff1337a6f79ac441ea830d45427e Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 13 Oct 2016 15:10:46 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8976ca56e1..0fd351e51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,10 @@ IMPROVEMENTS: BUG FIXES: * core: Orphaned nested (depth 2+) modules will inherit provider configs [GH-9318] * core: Fix crash when a map key contains an interpolation function [GH-9282] - * command/fmt: Bare comment groups no longer have superflous newlines + * core: Numeric variables values were incorrectly converted to numbers [GH-9263] + * core: Fix input and output of map variables from HCL [GH-9268] + * core: Crash when interpolating a map value with a function in the key [GH-9282] + * command/fmt: Bare comment groups no longer have superfluous newlines * command/fmt: Leading comments on list items are formatted properly * provider/aws: Return correct AMI image when `most_recent` is set to `true`. [GH-9277] * provider/aws: Fix issue with diff on import of `aws_eip` in EC2 Classic [GH-9009]