From ecc58b1acf5f7f74788a7973c50982e69fe401e1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 16 Mar 2017 13:05:02 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f64a4a9..29295a59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: * command/init: Changing only `-backend-config` detects changes and reconfigures [GH-12776] * command/push: Detect local state and error properly [GH-12773] + * command/refresh: Allow empty and non-existent state [GH-12777] * provider/aws: Get the aws_lambda_function attributes when there are great than 50 versions of a function [GH-11745] * provider/aws: Correctly check for nil cidr_block in aws_network_acl [GH-12735] * provider/aws: Stop setting weight property on route53_record read [GH-12756]