diff --git a/HISTORY.rst b/HISTORY.rst index 5b7e7d47..7d63d46c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -65,9 +65,6 @@ PlatformIO 3.0 + Support for the 3rd party manifests (Arduino IDE "library.properties" and ARM mbed "module.json") -* Added support for BBC micro:bit board that is built on the ARM mbed and - Nordic nrf51 platform - (`issue #709 `_) * Print human-readable information when processing environments without ``-v, --verbose`` option (`issue #721 `_) @@ -77,6 +74,26 @@ PlatformIO 3.0 (`issue #740 `_) * Stopped supporting Python 2.6 +* Development platform `Atmel SAM `__ + + + Fixed missing analog ports for Adafruit Feather M0 Bluefruit + (`issue #2 `_) + +* Development platform `Nordic nRF51 `__ + + + Added support for BBC micro:bit board + (`issue #709 `_) + +* Development platform `ST STM32 `__ + + + Added support for BluePill F103C8 board + (`pull #2 `_) + +* Development platform `Teensy `__ + + + Updated Arduino Framework to v1.29 + (`issue #2 `_) + PlatformIO 2.0 --------------