From 0592bec0ed4cdfda3244d78a9fab2f61d23ad923 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Mar 2017 11:57:54 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a887c98b..d9cafb106b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ IMPROVEMENTS: * provider/pagerduty: Validate credentials [GH-12854] BUG FIXES: - + + * core: Remove legacy remote state configuration on state migration. This fixes errors when saving plans. [GH-12888] * provider/arukas: Default timeout for launching container increased to 15mins (was 10mins) [GH-12849] * provider/aws: Fix flattened cloudfront lambda function associations to be a set not a slice [GH-11984] * provider/aws: Deprecate the usage of Api Gateway Key Stages in favor of Usage Plans [GH-12883]