From abbc3b66e227c3a755b93f62cc062e2f20caaabc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 16 Mar 2017 23:34:28 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c252650..f34339b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: BUG FIXES: + * core: Fix panic when an undefined module is reference [GH-12793] * command/apply: Applies from plans with backends set will reuse the backend rather than local [GH-12785] * command/init: Changing only `-backend-config` detects changes and reconfigures [GH-12776] * command/push: Detect local state and error properly [GH-12773]