From 8621189a05dec4327d7a9817fe6a56cb0629a5d9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 22 Feb 2017 18:41:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd334a853e..78af4dd805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BUG FIXES: * 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] + * command/{state,taint}: work properly with backend state [GH-12155] ## 0.9.0-beta1 (February 15, 2017)