From f95230b86e4266ad7c3af0030ca1388c3c51ecd9 Mon Sep 17 00:00:00 2001
From: Ivan Kravets <me@ikravets.com>
Date: Sat, 21 Mar 2020 21:53:42 +0200
Subject: [PATCH] Fixed UnicodeDecodeError on Windows when network drive (NAS)
 is used // Resolve #3417

---
 HISTORY.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/HISTORY.rst b/HISTORY.rst
index d4b00fe6f5..f78c22f389 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -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)
 ~~~~~~~~~~~~~~~~~~