From 292049199afff48a35c94fc8deaadf64970ae067 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 14 Feb 2020 17:24:52 +0200 Subject: [PATCH] Add new record to history log --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6aa9204d..bf65b80f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,7 @@ PlatformIO Core 4 * Improved support of PIO Home on card-sized PC (Raspberry Pi, etc.) (`issue #3313 `_) * Froze "marshmallow" dependency to 2.X for Python 2 (`issue #3380 `_) * Fixed "TypeError: unsupported operand type(s)" when system environment variable is used by project configuration parser (`issue #3377 `_) +* Improved VSCode template with special `forceInclude` field for direct inludes via `-include` flag (`issue #3379 `_) 4.2.0 (2020-02-12)