From 1a4d1c7d4091c3f4261c638710936ed431cba504 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 10 Feb 2016 17:19:24 +0200 Subject: [PATCH] Fix unable to link C++ standard library to Espressif platform build // Resolve #503 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a63a32dd..5ea55d36 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,8 @@ PlatformIO 2.0 * Fixed issue with ``CPPDEFINES`` which contain space and break PlatformIO IDE Linter (`IDE issue #34 `_) +* Fixed unable to link C++ standard library to Espressif platform build + (`issue #503 `_) 2.8.3 (2016-02-02) ~~~~~~~~~~~~~~~~~~