update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-12-15 15:36:07 -08:00
parent c2385a5012
commit 935bc08003
1 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,26 @@
## 0.3.6 (unreleased)
FEATURES:
* **New provider: `cloudstack`**
IMPROVEMENTS:
* **New resource: `heroku_cert`** - Manage Heroku app certs.
* provider/aws: `route_table` can have tags. [GH-648]
BUG FIXES:
* core: temporary/hidden files that look like Terraform configurations
are no longer loaded. [GH-548]
* core: Set types in resources now result in deterministic states,
resulting in cleaner plans. [GH-663]
* core: fix issue where "diff was not the same" would come up with
diffing lists. [GH-661]
* provider/aws: Fix crash case when internet gateway is not attached
to any VPC. [GH-664]
* provider/aws: `vpc_id` is no longer required. [GH-667]
## 0.3.5 (December 9, 2014)
FEATURES: