Add new record to history log

This commit is contained in:
valeros
2020-02-14 17:24:52 +02:00
parent ed4452b115
commit 292049199a

View File

@ -12,6 +12,7 @@ PlatformIO Core 4
* Improved support of PIO Home on card-sized PC (Raspberry Pi, etc.) (`issue #3313 <https://github.com/platformio/platformio-core/issues/3313>`_)
* Froze "marshmallow" dependency to 2.X for Python 2 (`issue #3380 <https://github.com/platformio/platformio-core/issues/3380>`_)
* Fixed "TypeError: unsupported operand type(s)" when system environment variable is used by project configuration parser (`issue #3377 <https://github.com/platformio/platformio-core/issues/3377>`_)
* Improved VSCode template with special `forceInclude` field for direct inludes via `-include` flag (`issue #3379 <https://github.com/platformio/platformio-core/issues/3379>`_)
4.2.0 (2020-02-12)