Update CHANGELOG.md

This commit is contained in:
Clint 2015-06-05 15:28:54 -05:00
parent 1770713633
commit c02b53dadc
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
FEATURES:
* **New provider: `azure`** [GH-2053]
* **New resource: `aws_ecs_cluster`** [GH-1803]
* **New resource: `aws_ecs_service`** [GH-1803]
* **New resource: `aws_ecs_task_definition`** [GH-1803]
* command/output: support display of module outputs [GH-2102]
* core: keys() and values() funcs for map variables [GH-2198]