Fix unable to link C++ standard library to Espressif platform build // Resolve #503

This commit is contained in:
Ivan Kravets
2016-02-10 17:19:24 +02:00
parent afe80072c6
commit 1a4d1c7d40

View File

@@ -10,6 +10,8 @@ PlatformIO 2.0
* Fixed issue with ``CPPDEFINES`` which contain space and break PlatformIO
IDE Linter
(`IDE issue #34 <https://github.com/platformio/platformio-atom-ide/issues/34>`_)
* Fixed unable to link C++ standard library to Espressif platform build
(`issue #503 <https://github.com/platformio/platformio/issues/503>`_)
2.8.3 (2016-02-02)
~~~~~~~~~~~~~~~~~~