Update CHANGELOG.md

This commit is contained in:
James Bardin 2016-10-13 16:06:32 -04:00
parent c5f85f9a91
commit fecc218505
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ BUG FIXES:
* 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]
* core: Crash when copying a nil value in an InstanceState [GH-9356]
* 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]