From 6a70ab74bc813d67655dc3060917ccac9b26ecf0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 25 Oct 2021 15:24:24 +0300 Subject: [PATCH] Update history --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d0dd63ad..4b172830 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,8 +15,9 @@ PlatformIO Core 5 - Show human-readable message when infinite recursion is detected while processing `Interpolation of Values `__ (`issue #3883 `_) - Improved directory interpolation (``${platformio.***_dir}``) in `"platformio.ini" `__ configuration file (`issue #3934 `_) - Ignore resolving of SCons variables (e.g., ``${(SOURCE.get_abspath())}``) when preprocessing interpolations (`issue #3933 `_) -- Fixed an issue when the "$PROJECT_DIR" variable was not properly replaced in the `debug_server `__ option (`issue #4086 `_) +- Fixed an issue when the ``$PROJECT_DIR`` variable was not properly replaced in the `debug_server `__ option (`issue #4086 `_) - Fixed an issue when `PIO Remote `__ device monitor crashes on the first keypress (`issue #3832 `_) +- Fixed "Do not know how to make File target 'debug'" issue when debugging project using `CLion IDE `__ (`pull #4089 `_) 5.2.2 (2021-10-20)