From b60c761ccedbce89036b636ae7c8a4ea104b3dac Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 11 Sep 2015 12:53:04 +0300 Subject: [PATCH] Fix firmware uploading to Arduino Leonardo board using Mac OS // Resolve #287 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index d1137dcc..7ed06586 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -16,6 +16,8 @@ PlatformIO 2.0 * Found solution for "pip/scons error: option --single-version-externally-managed not recognized" when install PlatformIO using ``pip`` package manager (`issue #279 `_) +* Fixed firmware uploading to Arduino Leonardo board using Mac OS + (`issue #287 `_) * Fixed `SConsNotInstalled` error for Linux Debian-based distributives 2.3.1 (2015-09-06)