From 5cf92d086ae914062c1caeef2d6550ec9c24031a Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 1 Sep 2016 14:46:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e737dd658f..d385f110ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ FEATURES: IMPROVEMENTS: * core: Show last resource state in a timeout error message [GH-8510] * core: HTTP module sources can now use netrc files for auth + * helper/schema: Add diff suppression callback [GH-8585] * provider/aws: Add MemoryReservation To `aws_ecs_container_definition` data source [GH-8437] * provider/aws: Export `arn` of `aws_autoscaling_group` [GH-8503] * provider/aws: More robust handling of Lambda function archives hosted on S3 [GH-6860]