Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-02-22 23:21:44 +00:00
parent 57f58dec98
commit fca97d7994
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.6.12 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* The `publicly_accessible` attribute on `aws_redshift_cluster` resources now defaults to true
FEATURES:
* **New command:** `validate` to perform syntax validation [GH-3783]
@ -56,6 +60,7 @@ BUG FIXES:
* provider/aws: Fix issue applying security group changes in EC2 Classic RDS for aws_db_instance [GH-4969]
* provider/aws: Fix reading auto scaling group availability zones [GH-5044]
* provider/aws: Fix reading auto scaling group load balancers [GH-5045]
* provider/aws: Fix `aws_redshift_cluster` to allow `publicly_accessible` to be false [GH-5262]
* provider/cloudflare: `ttl` no longer shows a change on each plan on `cloudflare_record` resources [GH-5042]
* provider/docker: Fix the default docker_host value [GH-5088]
* provider/google: Fix backend service max_utilization attribute [GH-5075]