Update CHANGELOG.md

This commit is contained in:
Radek Simko 2015-08-22 13:03:48 +01:00
parent cb49c8da3d
commit 7c4460902b
1 changed files with 5 additions and 0 deletions

View File

@ -1,10 +1,15 @@
## 0.6.4 (unreleased)
FEATURES:
* **New resource: `cloudstack_loadbalancer_rule`** [GH-2934]
IMPROVEMENTS:
* core: Add a function to find the index of an element in a list. [GH-2704]
* core: Print all outputs when `terraform output` is called with no arguments [GH-2920]
* provider/aws: Add `instance_initiated_shutdown_behavior` to AWS Instance [GH-2887]
* provider/cloudstack: Add `project` parameter to `cloudstack_vpc`, `cloudstack_network`, `cloudstack_ipaddress` and `cloudstack_disk` [GH-3035]
BUG FIXES: