From 50807f1e21b2a5bdc8a58c1dfbd04c2ab3129faf Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 20 Oct 2016 16:15:01 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942dd4637..d1eff1f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ BUG FIXES: * provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453] * provider/datadog: Ignore float/int diffs on thresholds [GH-9466] +IMPROVEMENTS: + + * provider/aws: No longer require `route_table_ids` list in `aws_vpc_endpoint` resources [GH-9357] + ## 0.7.7 (October 18, 2016)