From 24a0d9123e2f4074486c551a404b41fcb6fa0dbb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 19 Mar 2020 17:04:05 +0200 Subject: [PATCH] Update history with initial support for Renode --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 1ad463f8..04aafc9d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -27,6 +27,7 @@ PlatformIO Core 4 - Send a text to device on ENTER with ``send_on_enter`` filter (`issue #926 `_) - Show a hexadecimal representation of the data (code point of each character) with ``hexlify`` filter +* Initial support for `Renode `__ simulation framework (`issue #3401 `_) * Added support for Arm Mbed "module.json" ``dependencies`` field (`issue #3400 `_) * Improved support for Arduino "library.properties" ``depends`` field * Fixed an issue when quitting from PlatformIO IDE does not shutdown PIO Home server