From 5ceae22f5ff5e5808aabc18360b42845d55923a7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 30 Mar 2016 13:33:09 +0300 Subject: [PATCH] Update history --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 1e6de9c1..68f82133 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ PlatformIO 2.0 2.8.7 (2016-??-??) ~~~~~~~~~~~~~~~~~~ +* Forced ``-std=gnu++11`` for Atmel SAM development platform + (`issue #601 `_) * Don't check OS type for ARM mbed-enabled boards and ST STM32 development platform before uploading to disk (`issue #596 `_)