From 8a6892bf3ce65e3f2b3f7134737272c4bd0e974a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 25 Oct 2019 14:33:22 +0300 Subject: [PATCH] Fixed an issue with invalid encoding when generating project for Visual Studio // Issue #3183 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index e3ce94bd..0d3e7e8b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -30,6 +30,7 @@ PlatformIO Core 4.0 * Fixed security issue when extracting items from TAR archive (`issue #2995 `_) * Fixed an issue with project generator when ``src_build_flags`` were not respected (`issue #3137 `_) * Fixed an issue when booleans in "platformio.ini" are not parsed properly (`issue #3022 `_) +* Fixed an issue with invalid encoding when generating project for Visual Studio (`issue #3183 `_) 4.0.3 (2019-08-30) ~~~~~~~~~~~~~~~~~~