From 1d7add213ecd12954e1e4a5ac514216f7f6bfd2d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 22 Jun 2016 23:21:36 +0300 Subject: [PATCH] Embedded Board compatibility with more than one development platform // Resolve #456 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 242f6205..3df3a341 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,6 +18,8 @@ PlatformIO 3.0 (`issue #432 `_) * Show detailed build information about dependent libraries (`issue #617 `_) +* Embedded Board compatibility with more than one development platform + (`issue #456 `_) PlatformIO 2.0 --------------