Update history

This commit is contained in:
Ivan Kravets
2016-06-14 19:41:34 +03:00
parent 220dcd0f5c
commit 8d03f2dc80
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ Release Notes
PlatformIO 2.0 PlatformIO 2.0
-------------- --------------
2.10.2 (2016-06-??)
~~~~~~~~~~~~~~~~~~~
* Fixed issue with ARM mbed framework with ``-u _printf_float`` and
``-u _scanf_float`` when parsing ``$LINKFLAGS``
* Fixed issue with ARM mbed framework and extra includes for the custom boards,
such as Seeeduino Arch Pro
2.10.1 (2016-06-13) 2.10.1 (2016-06-13)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~

View File

@ -14,7 +14,7 @@
import sys import sys
VERSION = (2, 10, 1) VERSION = (2, 10, "2.dev0")
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"