From 0933e46a5863e6cba409954c6ed984d99cb75535 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 15 Dec 2017 14:09:07 +0200 Subject: [PATCH] Update history --- HISTORY.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index adb3d3d3..aa6a3730 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,15 +25,15 @@ PlatformIO 3.0 - Added option to configure library `Compatible Mode `__ using `library.json `__ -* Fixed "Super-Quick (Mac / Linux)" installer script - (`issue #1017 `_) -* Fixed issue with "IOError" in VSCode when processing a project * Fixed platforms, packages, and libraries updating behind proxy (`issue #1061 `_) * Fixed missing toolchain include paths for project generator (`issue #1154 `_) +* Fixed "Super-Quick (Mac / Linux)" installation in "get-platformio.py" script + (`issue #1017 `_) * Fixed "get-platformio.py" script which hangs on Windows 10 (`issue #1118 `_) +* Other bug fixes and performance improvements 3.4.1 (2017-08-02) ~~~~~~~~~~~~~~~~~~