From 70d9fe8db3725bc9fb9a1ffd4890e53d6258823e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 30 Aug 2016 16:06:17 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bf69f64b99..7d5ee222f585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,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 * 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]