diff --git a/HISTORY.rst b/HISTORY.rst index 6a9b1305..61d643c1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,13 +9,19 @@ PlatformIO 3.0 * PIO Home * Integration with `Jenkins CI `_ -* Depend on development platform using VSC URL (Git, Mercurial and Subversion) +* Allowed to depend on development platform using VSC URL (Git, Mercurial and Subversion) in `Project Configuration File "platformio.ini" `__ -* Improved handling of library dependencies defined as VCS or SemVer in - `Project Configuration File "platformio.ini" `__ - (`issue #1155 `_) -* Added option to configure library `Compatible Mode `__ - using `library.json `__ + Dropped support for ``*_stage`` dev/platforms. Use VCS URL instead. +* Improvements to `Library Dependency Finder (LDF) `__: + + - Parse library source file in pair with a header when they have the same name + (`issue #1175 `_) + - Handle library dependencies defined as VCS or SemVer in + `Project Configuration File "platformio.ini" `__ + (`issue #1155 `_) + - 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 diff --git a/docs b/docs index d14eee32..b7dfe7b6 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d14eee32547ea30237c32df43aa72987245158d3 +Subproject commit b7dfe7b6fab87833ef2eb2b09181b395595eba75