From 487a894a713d36acbd9d858267076d0ab957d543 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 9 Aug 2025 13:31:17 +0300 Subject: [PATCH] Fixed an issue where fully-qualified serial port URLs (e.g., ``rfc2217://host:port``) were incorrectly treated as wildcard patterns // Resolve #5225 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 657a429b..cd297f53 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -23,6 +23,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. ~~~~~~~~~~~~~~~~~~~ * 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 `_) 6.1.18 (2025-03-11) ~~~~~~~~~~~~~~~~~~~