Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-03-14 12:30:28 -05:00
parent d5f82abee4
commit a1f7789161

View File

@ -45,6 +45,7 @@ IMPROVEMENTS:
* provider/aws: Guard against Nil Reference in Redshift Endpoints [GH-5593]
* provider/aws: Support KMS encryption of S3 objects [GH-5453]
* provider/aws: `aws_autoscaling_lifecycle_hook` now have `notification_target_arn` and `role_arn` as optional [GH-5616]
* provider/aws: send Terraform version in User-Agent [GH-5621]
* provider/cloudflare: Change `cloudflare_record` type to ForceNew [GH-5353]
* provider/consul: `consul_keys` now detects drift and supports deletion of individual `key` blocks [GH-5210]
* provider/docker: Add support for `unless-stopped` to docker container `restart_policy` [GH-5337]