Skip to content

Commit

Permalink
Parse library source file in pair with a header when they have the sa…
Browse files Browse the repository at this point in the history
…me name // Resolve #1175
  • Loading branch information
ivankravets committed Nov 26, 2017
1 parent 46acad9 commit bab8ad0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ PlatformIO 3.0

* PIO Home
* Integration with `Jenkins CI <http://docs.platformio.org/en/latest/ci/jenkins.html>`_
* 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" <http://docs.platformio.org/en/latest/projectconf/section_env_general.html#platform>`__
* Improved handling of library dependencies defined as VCS or SemVer in
`Project Configuration File "platformio.ini" <http://docs.platformio.org/en/latest/projectconf/section_env_general.html#platform>`__
(`issue #1155 <https://github.com/platformio/platformio-core/issues/1155>`_)
* Added option to configure library `Compatible Mode <http://docs.platformio.org/en/latest/librarymanager/ldf.html#compatibility-mode>`__
using `library.json <http://docs.platformio.org/page/librarymanager/config.html>`__
Dropped support for ``*_stage`` dev/platforms. Use VCS URL instead.
* Improvements to `Library Dependency Finder (LDF) <http://docs.platformio.org/page/librarymanager/ldf.html>`__:

- Parse library source file in pair with a header when they have the same name
(`issue #1175 <https://github.com/platformio/platformio-core/issues/1175>`_)
- Handle library dependencies defined as VCS or SemVer in
`Project Configuration File "platformio.ini" <http://docs.platformio.org/en/latest/projectconf/section_env_general.html#platform>`__
(`issue #1155 <https://github.com/platformio/platformio-core/issues/1155>`_)
- Added option to configure library `Compatible Mode <http://docs.platformio.org/en/latest/librarymanager/ldf.html#compatibility-mode>`__
using `library.json <http://docs.platformio.org/page/librarymanager/config.html>`__

* Fixed "Super-Quick (Mac / Linux)" installer script
(`issue #1017 <https://github.com/platformio/platformio-core/issues/1017>`_)
* Fixed issue with "IOError" in VSCode when processing a project
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+8 −5 librarymanager/ldf.rst

0 comments on commit bab8ad0

Please sign in to comment.