Added support for `tar.xz` tarball dependencies // Issue #4974

This commit is contained in:
Ivan Kravets
2024-12-12 19:49:47 +02:00
parent 1fd3a4061f
commit 4e05309e02

View File

@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
6.1.17 (2024-??-??)
~~~~~~~~~~~~~~~~~~~
* Added support for ``tar.xz`` tarball dependencies (`pull #4974 <https://github.com/platformio/platformio-core/pull/4974>`_)
* Resolved an issue where the ``compiledb`` target failed to properly escape compiler executable paths containing spaces (`issue #4998 <https://github.com/platformio/platformio-core/issues/4998>`_)
* Resolved an issue with incorrect path resolution when linking static libraries via the `build_flags <https://docs.platformio.org/en/latest/projectconf/sections/env/options/build/build_flags.html>`__ option (`issue #5004 <https://github.com/platformio/platformio-core/issues/5004>`_)