From 5163554a9eac83c637a02a4f8708924eae9b7c15 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 2 Sep 2016 15:45:27 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b12c165..fc08c1756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ 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 + * core: HTTP module sources can now use netrc files for auth + * core: Add wildcard (match all) support to ignore_changes [GH-8599] * 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]