From f1f20a3a58cf57ce307d9482ac7c5e39a9cc4f6f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 24 Aug 2016 16:43:53 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20efd02747..034d243557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ IMPROVEMENTS: BUG FIXES: * core: fix crash case when malformed JSON given [GH-8295] * core: when asking for input, spaces are allowed [GH-8394] + * core: module sources with URL encodings in the local file path won't error [GH-8418] * command/apply: prefix destroying resources with module path [GH-8396] * command/import: can import into specific indexes [GH-8335] * command/push: -upload-modules=false works [GH-8456]