Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-10-11 22:17:10 +08:00 committed by GitHub
parent 22c8a83031
commit 983f5f1e40
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Orphaned nested (depth 2+) modules will inherit provider configs [GH-9318]
* command/fmt: Bare comment groups no longer have superflous 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]