From 7c4460902bb249db5960644a1dfff50d4aa204ab Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 22 Aug 2015 13:03:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e4d0957..fb6bb7839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: