From 7344828cf798ee55e1e8ad2344a37e3ea7681f14 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 25 Jun 2016 13:34:51 +0300 Subject: [PATCH] Update history --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 90250fa8..d5cf04e6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -14,7 +14,8 @@ PlatformIO 3.0 * Unit Testing for Embedded (`docs `__) (`issue #408 `_) * New Library Build System: intelligent dependency finder that interprets - C Preprocessor conditional macros, `library deep search `__ + C Preprocessor conditional macros, `library deep search `__, support for the 3rd party + manifests (Arduino IDE ``library.properties``, ARM mbed ``module.json``) (`issue #432 `_) * Show detailed build information about dependent libraries (`issue #617 `_)