From 77f2b17afd583b653352c292bf218d3ab5558a93 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 24 May 2015 18:48:45 +0300 Subject: [PATCH] Update package for Arduino framework to 1.6.4 // Resolve #212 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index c1b41581..42985cbd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,8 @@ Release History `PLATFORMIO_BUILD_FLAGS `_ * Pass to API requests information about Continuous Integration system. This information will be used by PlatformIO-API. +* Updated `Arduino Framework `__ to + 1.6.4 version (`issue #212 `_) * Fixed bug with converting ``*.ino`` to ``*.cpp`` 2.0.0 (2015-05-22)