Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-03-14 12:36:44 +00:00
parent cea8602c7a
commit 14af9bab26
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ IMPROVEMENTS:
* provider/aws: Retry DB Creation on IAM propigation error [GH-5515]
* 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/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]