From d9b6842b6a7bca98c4a804c009fd905ff740047e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 4 Jul 2019 16:49:29 +0300 Subject: [PATCH] Update history with refactored PIO Home back-end --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 79e86f67..a4d8907d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -53,6 +53,7 @@ PlatformIO 4.0 * **Infrastructure** - Python 3 support (`issue #895 `_) + - Significantly speedup back-end for PIO Home. It works super fast now! - Added support for the latest Python "Click" package (CLI) (`issue #349 `_) - Added options to override default locations used by PlatformIO Core (`core_dir `__, `globallib_dir `__, `platforms_dir `__, `packages_dir `__, `cache_dir `__) (`issue #1615 `_) - Removed line-buffering from `platformio run `__ command which was leading to omitting progress bar from upload tools (`issue #856 `_)