From 1390019d23fe2427a045b8355fea72f01441158b Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 21 Sep 2015 09:17:33 +0200 Subject: [PATCH] Update revisions.txt --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index a06dd9aa8..693853337 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -19,6 +19,7 @@ ARDUINO 1.6.6 * Examples of libraries with a .development flag file in their root folder won't get marked as read-only. See #2619 * Update notifications: when updates are available from either Library or Boards Managers, a popup will be shown * Introducing arduino-builder, a command line tool that properly calls gcc. Fixes lots of issues about buggy preprocessing. +* Each open sketch gets built in its own folder, allowing the IDE to recycle previous compilations and being much faster [libraries] * Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus