update CHANGELOG
This commit is contained in:
parent
c2385a5012
commit
935bc08003
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue