diff --git a/HISTORY.rst b/HISTORY.rst index 9606fdd9..ad47afc2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,7 +11,7 @@ PlatformIO Core 4 * Fixed a SyntaxError "'return' with argument inside generator" for PIO Unified Debugger when Python 2.7 is used * Fixed an issue when ``lib_archive = no`` was not honored in `"platformio.ini" `__ -* Fixed an TypeError "super(type, obj): obj must be an instance or subtype of type" when device monitor is used with a custom dev-platform filter (`issue #3431 `_) +* Fixed a TypeError "super(type, obj): obj must be an instance or subtype of type" when device monitor is used with a custom dev-platform filter (`issue #3431 `_) 4.3.0 (2020-03-19) ~~~~~~~~~~~~~~~~~~