From 09ccae0f3060a5a9acefaaeb6f7bf3de4139dbdb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 16 Nov 2015 23:10:14 +0200 Subject: [PATCH] Update Arduino AVR/SAM frameworks to 1.6.6 // Resolve #321 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d6a7c3c1..d8a62366 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,6 +14,8 @@ PlatformIO 2.0 (`issue #310 `_) * Added support for pySerial 3.0 (`issue #307 `_) +* Updated Arduino AVR/SAM frameworks to 1.6.6 + (`issue #321 `_) * Upload firmware using external programmer via `platformio run --target program `__ target (`issue #311 `_)