Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-04-27 05:50:11 +12:00 committed by GitHub
parent f094dda901
commit a7f9f2d8a2
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/aws: Users of aws_cloudfront_distributions with custom_origins have been broken due to changes in the AWS API requiring `OriginReadTimeout` being set for updates. This has been fixed and will show as a change in terraform plan / apply. [GH-13367]
FEATURES:
* **New Provider:** `gitlab` [GH-13898]
IMPROVEMENTS:
* provider/aws: Add support for CustomOrigin timeouts to aws_cloudfront_distribution [GH-13367]