Fixed UnicodeDecodeError on Windows when network drive (NAS) is used // Resolve #3417

This commit is contained in:
Ivan Kravets
2020-03-21 21:53:42 +02:00
parent fc9a16aa81
commit f95230b86e

View File

@ -6,6 +6,11 @@ Release Notes
PlatformIO Core 4
-----------------
4.3.2 (2020-??-??)
~~~~~~~~~~~~~~~~~~
* Fixed UnicodeDecodeError on Windows when network drive (NAS) is used (`issue #3417 <https://github.com/platformio/platformio-core/issues/3417>`_)
4.3.1 (2020-03-20)
~~~~~~~~~~~~~~~~~~