From 9f2875fcd74c858f6dfe6e294f7aa9e5db77cccf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Dec 2017 01:55:51 +0200 Subject: [PATCH] Update changelog with missed records --- HISTORY.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8ad7ff08..e7a9c16f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,15 +12,20 @@ PlatformIO 3.0 * New `include `__ folder for project's header files (`issue #1107 `_) -* Depend on development platform using VSC URL (Git, Mercurial and Subversion) instead of a name - in `Project Configuration File "platformio.ini" `__. +* Depend on development platform using VSC URL (Git, Mercurial and Subversion) + instead of a name in `Project Configuration File "platformio.ini" `__. Drop support for ``*_stage`` dev/platform names (use VCS URL instead). -* Reinstall/redownload package with a new ``-f, --force`` option for `platformio lib install `__ +* Reinstall/redownload package with a new ``-f, --force`` option for + `platformio lib install `__ and `platformio platform install `__ commands (`issue #778 `_) -* Handle missed dependencies and provide a solution based on PlatformIO Library Registry +* Handle missed dependencies and provide a solution based on PlatformIO Library + Registry (`issue #781 `_) +* New setting `projects_dir `__ + that allows to override a default PIO Home Projects location + (`issue #1161 `_) * `Library Dependency Finder (LDF) `__: