From 24a23b67dd56c0aa878f4e7b61550c24f61bced0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 17 Mar 2020 23:10:06 +0200 Subject: [PATCH] Fix formatting issue --- HISTORY.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9ddfca12..17d63084 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,10 +20,10 @@ PlatformIO Core 4 * `Device Monitor 2.0 `__ - - Added **PlatformIO Device Monitor Filter API** (dev-platforms can extend base device monitor with a custom functionality, such as exception decoding) (`pull #3383 `_) - - Configure project device monitor with `monitor_filters `__ option - - Show a timestamp for each new line with ``time`` filter (`issue #981 `_) - - `Capture device monitor output to a file `__ with ``log2file`` filter (`issue #670 `_) + - Added **PlatformIO Device Monitor Filter API** (dev-platforms can extend base device monitor with a custom functionality, such as exception decoding) (`pull #3383 `_) + - Configure project device monitor with `monitor_filters `__ option + - Show a timestamp for each new line with ``time`` filter (`issue #981 `_) + - `Capture device monitor output to a file `__ with ``log2file`` filter (`issue #670 `_) * Added support for Arm Mbed "module.json" ``dependencies`` field (`issue #3400 `_) * Improved support for Arduino "library.properties" ``depends`` field