From b6d1f4d769b125062d7cba8917cdd54c63541ae5 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 18 Dec 2024 14:38:56 +0200 Subject: [PATCH] Resolved an issue where the |LDF| occasionally excluded bundled platform libraries from the dependency graph // Issue #4940 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 13adbdd5..c79f5a8c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -26,6 +26,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. * Resolved an issue where the ``compiledb`` target failed to properly escape compiler executable paths containing spaces (`issue #4998 `_) * Resolved an issue with incorrect path resolution when linking static libraries via the `build_flags `__ option (`issue #5004 `_) * Resolved an issue where the ``--project-dir`` flag did not function correctly with the `pio check `__ and `pio debug `__ commands (`issue #5029 `_) +* Resolved an issue where the |LDF| occasionally excluded bundled platform libraries from the dependency graph (`pull #4941 `_) 6.1.16 (2024-09-26) ~~~~~~~~~~~~~~~~~~~