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