From 09a5952248ea49b69b78092a1736f85e84207267 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 20 May 2020 21:51:13 +0300 Subject: [PATCH] Add new record to history log Mention issues about permission error on Windows when cloning package from Git repository --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 148537a9..75202dfc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,7 @@ PlatformIO Core 4 * Added `PlatformIO CLI Shell Completion `__ for Fish, Zsh, Bash, and PowerShell (`issue #3435 `_) * Automatically build ``contrib-pysite`` package on a target machine when pre-built package is not compatible (`issue #3482 `_) +* Fixed an issue on Windows when installing a dependency from Git repository raised a permission error (`issue #2844 `_, `issue #3328 `_) 4.3.3 (2020-04-28) ~~~~~~~~~~~~~~~~~~