From a7f9f2d8a2e26935d7a8f95f6b42ec7f3d985fa5 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 27 Apr 2017 05:50:11 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d420edec..649cd7e527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]