From e496e561b3449adf054445fba8ed4d173c3406da Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 17 May 2016 14:30:23 -0500 Subject: [PATCH] Remove CHANGELOG entry for backported 0.6.17 feature --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e565f6f..627b1d9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,6 @@ BUG FIXES: * provider/aws: Updating state when `aws_sns_topic_subscription` is missing [GH-6629] * provider/aws: `aws_opsworks_application.app_source` SSH key is write-only [GH-6649] * provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653] - * provider/aws: Fix crash in `aws_elasticache_parameter_group` occuring following edits in the console [GH-6687] * provider/aws: Trim trailing `.` from `name` in `aws_route53_record` resources to prevent spurious diffs [GH-6592] * provider/openstack: Reassociate Floating IP on network changes [GH-6579] * provider/vsphere: `gateway` and `ipv6_gateway` are now read from `vsphere_virtual_machine` resources [GH-6522]