Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-05-16 16:49:48 -05:00
parent a2950c76d9
commit 6401344234
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
FEATURES:
* **New command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811]
* 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]
IMPROVEMENTS: