From e1c4e9365482a8e001f3471c0033691f699bc8c0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 22 Aug 2016 14:15:40 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dfd1a2f0..3a0f7be995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ BUG FIXES: * core: fix crash case when malformed JSON given [GH-8295] + * core: when asking for input, spaces are allowed [GH-8394] + * command/apply: prefix destroying resources with module path [GH-8396] * command/import: can import into specific indexes [GH-8335] * command/state mv: nested modules can be moved [GH-8304] * command/state mv: resources with a count > 1 can be moved [GH-8304]