From 3941e623e88d68e53694ff78a9a80d7af9a35f00 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 21 Jan 2016 11:59:20 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ce94ba4..665f111a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ BUG FIXES: * provider/aws: Trap Instance error from mismatched SG IDs and Names [GH-4240] * provider/aws: EBS optimised to force new resource in AWS Instance [GH-4627] * provider/aws: `default_result` on `aws_autoscaling_lifecycle_hook` resources is now computed [GH-4695] + * provider/mailgun: Handle the fact that the domain destroy API is eventually consistent [GH-4777] * provider/template: Fix race causing sporadic crashes in template_file with count > 1 [GH-4694] * provider/template: Add support for updating `template_cloudinit_config` resources [GH-4757]