Fixed a regression bug when libArchive option declared in the library.json manifest was ignored // Resolve #

This commit is contained in:
Ivan Kravets
2022-07-12 22:21:09 +03:00
parent dcc02c3e14
commit 83bb6611b9

View File

@ -13,6 +13,11 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.1.2 (2022-07-??)
~~~~~~~~~~~~~~~~~~
* Fixed a regression bug when `libArchive <https://docs.platformio.org/en/latest/manifests/library-json/fields/build/libarchive.html>`__ option declared in the `library.json <https://docs.platformio.org/en/latest/manifests/library-json/index.html>`__ manifest was ignored (`issue #4351 <https://github.com/platformio/platformio-core/issues/4351>`_)
6.1.1 (2022-07-11)
~~~~~~~~~~~~~~~~~~