From 7d78e4a60aeac6195d839a6004ca78c64e64f6bb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 9 Nov 2021 22:49:00 +0200 Subject: [PATCH] Fixed an issue with the CLion project generator when a macro contains a space // Resolve #4102 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 168fc737..fceec618 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,8 @@ PlatformIO Core 5 5.2.4 (2021-??-??) ~~~~~~~~~~~~~~~~~~ +- Fixed an issue with the CLion project generator when a macro contains a space (`issue #4102 `_) + 5.2.3 (2021-11-05) ~~~~~~~~~~~~~~~~~~