From 31c0f334311c0dd64770e49207fc2858a60bfdc6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 16 Mar 2017 15:49:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29295a59f..66c252650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: BUG FIXES: + * 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] * command/refresh: Allow empty and non-existent state [GH-12777]