diff --git a/HISTORY.rst b/HISTORY.rst index 1215c69d..34971927 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,16 +7,18 @@ PlatformIO 2.0 2.9.2 (2016-??-??) ~~~~~~~~~~~~~~~~~~ -* Simplified documentation for `Continuous Integration with AppVeyor `__ +* Simplified `Continuous Integration with AppVeyor `__ (`issue #671 `_) * Automatically add source directory to ``CPPPATH`` of Build System * Added support for Silicon Labs SLSTK3401A (Pearl Gecko) and MultiTech mDot F411 ARM mbed based boards * Added support for MightyCore ATmega8535 board (`issue #585 `_) +* Added ``stlink`` as the default uploader for STM32 Discovery boards + (`issue #665 `_) * Use HTTP mirror for Package Manager in a case with SSL errors (`issue #645 `_) -* Improved firmware uploading to Arduino Leonardo based boards +* Improved firmware uploading to Arduino Leonardo/Due based boards * Fixed bug with ``env_default`` when ``pio run -e`` is used * Fixed issue with ``src_filter`` option for Windows OS (`issue #652 `_)