From 4f680aa5b8b382fce692377fcb8709ad1092ec71 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 1 Mar 2017 12:41:37 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d2515d5d..5324f5c468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ BUG FIXES: * core: destroy provisioners dependent on module variables work [GH-12063] * core: resource destruction happens after dependent resources' destroy provisioners [GH-12063] * core: invalid resource attribute interpolation in a destroy provisioner errors [GH-12063] + * core: legacy backend loading of Consul now works properly [GH-12320] * 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]