From fc858c0b306b36ab13ca63c32b5beb7eac3b48e8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 2 Feb 2026 19:04:59 +0200 Subject: [PATCH] Improved error messages for package installation // Resolvel #5336 --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index fe30468c..8d21aea1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,11 +19,12 @@ Unlock the true potential of embedded software development with PlatformIO's collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success. -6.1.19 (2025-??-??) +6.1.19 (2026-??-??) ~~~~~~~~~~~~~~~~~~~ * Added support for Python 3.14 * Upgraded the `Doctest `__ testing framework to version 2.4.12, the `GoogleTest `__ to version 1.17.0, and the `Unity `__ to version 2.6.1, incorporating the latest features and improvements for enhanced testing capabilities +* Improved error messages for package installation to make it easier to understand when a package is missing or incompatible (`pull #5336 `_). * Fixed a regression issue where custom build flags were not properly reflected in the `compile_commands.json `__ file, ensuring accurate compilation database generation * Fixed an issue where fully-qualified serial port URLs (e.g., ``rfc2217://host:port``) were incorrectly treated as wildcard patterns (`issue #5225 `_) * Fixed an issue where the toolchain path in static analysis was not handled correctly if it contained spaces (`pull #5351 `_)