Skip to content

Commit fc858c0

Browse files
committed
Improved error messages for package installation // Resolvel #5336
1 parent 2cb48ff commit fc858c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ Unlock the true potential of embedded software development with
1919
PlatformIO's collaborative ecosystem, embracing declarative principles,
2020
test-driven methodologies, and modern toolchains for unrivaled success.
2121

22-
6.1.19 (2025-??-??)
22+
6.1.19 (2026-??-??)
2323
~~~~~~~~~~~~~~~~~~~
2424

2525
* Added support for Python 3.14
2626
* Upgraded the `Doctest <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html>`__ testing framework to version 2.4.12, the `GoogleTest <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html>`__ to version 1.17.0, and the `Unity <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/unity.html>`__ to version 2.6.1, incorporating the latest features and improvements for enhanced testing capabilities
27+
* Improved error messages for package installation to make it easier to understand when a package is missing or incompatible (`pull #5336 <https://github.com/platformio/platformio-core/pull/5336>`_).
2728
* Fixed a regression issue where custom build flags were not properly reflected in the `compile_commands.json <https://docs.platformio.org/en/latest/integration/compile_commands.html>`__ file, ensuring accurate compilation database generation
2829
* Fixed an issue where fully-qualified serial port URLs (e.g., ``rfc2217://host:port``) were incorrectly treated as wildcard patterns (`issue #5225 <https://github.com/platformio/platformio-core/issues/5225>`_)
2930
* Fixed an issue where the toolchain path in static analysis was not handled correctly if it contained spaces (`pull #5351 <https://github.com/platformio/platformio-core/issues/5351>`_)

0 commit comments

Comments
 (0)