From 47b8d32bbf39d267da3f717ab1fdb1c20623e7c4 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 4 Aug 2014 11:51:04 +0300 Subject: [PATCH] Update with fixed bugs/issues and "thanks" part! --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 90d367a7..00fc70c2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,6 +15,8 @@ Release History with external library (Adafruit CC3000) * Implemented ``platformio upgrade`` command and "auto-check" for the latest version (`issue #8 `_) +* Fixed issue with "auto-reset" for Raspduino board (thanks [David Mills](https://github.com/g7uvw) for testing) +* Fixed bug with nested libs building (thanks [Antonio Vanegas](https://github.com/hpsaturn) for testing) 0.4.0 (2014-07-31) ------------------