From d6141b3f396cafd71b216967ab98ca16ea85afc4 Mon Sep 17 00:00:00 2001 From: valeros Date: Thu, 15 Jan 2026 15:54:29 +0200 Subject: [PATCH] Add changelog entry for PR #5351 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2e6d412d..0ce59ad1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,6 +25,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. * Added support for Python 3.14 * 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 `_) 6.1.18 (2025-03-11) ~~~~~~~~~~~~~~~~~~~