From 1edc4555ad0629073002a2567360d107743df2a2 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Fri, 28 Apr 2017 17:17:39 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d815db2..c8133a030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ BUG FIXES: * provider/aws: Fix issue getting partition for federated users [GH-13992] * provider/aws: aws_spot_instance_request not forcenew on volume_tags [GH-14046] * provider/aws: Exclude aws_instance volume tagging for China and Gov Clouds [GH-14055] +* provider/aws: Fix source_dest_check with network_interface [GH-14079] * provider/digitalocean: Prevent diffs when using IDs of images instead of slugs [GH-13879] * provider/google: ignore certain project services that can't be enabled directly via the api [GH-13730] * providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990]