From 2f135b99c859959c628f378c8f9f71e194f3eb59 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 18 Jul 2018 16:37:50 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b90dcdf..4e6a9f8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: - core: Disable Vagrantfile loading with plugin commands [GH-10030] - push/ftp: Custom error when attempting to push too many files [GH-9952] - util/downloader: Prevent errors when Location header contains relative path [GH-10017] +- util/platform: Always force string type conversion on path [GH-9998] ## 2.1.2 (June 26, 2018)