Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-02-29 14:51:21 +00:00
parent 5aafacc4db
commit 0ddf8f4dbd
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ IMPROVEMENTS:
* provider/aws: Add support for routing rules on `aws_s3_bucket` resources [GH-5327]
* provider/aws: Enable updates & versioning for `aws_s3_bucket_object` [GH-5305]
* provider/aws: Add ability to update Route53 zone comments [GH-5318]
* provider/aws: Lambda S3 object version defaults to `$LATEST` if unspecified [GH-5370]
* provider/vsphere: Add support for disk init types [GH-4284]
* provider/docker: Add support for `unless-stopped` to docker container `restart_policy` [GH-5337]
* provider/cloudflare: Change `cloudflare_record` type to ForceNew [GH-5353]