Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-09-14 09:52:27 -07:00 committed by GitHub
parent b95610c173
commit 2b8160cafe
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ NEW FEATURES:
* `indent` interpolation function appends spaces to all but the first line of a multi-line string [GH-15311]
IMPROVEMENTS:
* `terraform fmt` has a new option `-check` which makes it return a non-zero exit status if any formatting changes are required [GH-15387]
BUG FIXES:
* cli: restore the "(forces new resource)" annotations on attributes that were inadvertently disabled in 0.10.4. [GH-16067]