Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-05-26 20:22:17 -05:00
parent 24eaf9ac55
commit 6823e60e77
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ FEATURES:
* core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598]
* core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322]
* core: The `terraform plan` command no longer persists state. [GH-6811]
* core: Tainted resources now show up in the plan and respect dependency ordering [GH-6600]
IMPROVEMENTS: