From 66e76264c97a29639662bfd215c818391113503f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Feb 2017 18:40:44 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ead745689..dd334a853e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES: * core: invalid resource attribute interpolation in a destroy provisioner errors [GH-12063] * command/init: allow unsetting a backend properly [GH-11988] * command/apply: fix crash that could happen with an empty directory [GH-11989] + * command/refresh: fix crash when no configs were in the pwd [GH-12178] ## 0.9.0-beta1 (February 15, 2017)