From b23e6ed57e2f6c2ca20ee8f3994e248626d2a1e9 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 10 Dec 2015 08:38:50 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a0f95edb..ac9177b750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * core: Change set internals for performance improvements [GH-3992] * core: Support HTTP basic auth in consul remote state [GH-4166] + * core: Improve error message on resource arity mismatch [GH-4244] * provider/aws: Add `placement_group` as an option for `aws_autoscaling_group` [GH-3704] * provider/aws: Add support for DynamoDB Table StreamSpecifications [GH-4208] * provider/aws: Add `name_prefix` to Security Groups [GH-4167]