From 8b35216226e210b65e3707c0262ced4cd11cf853 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 18 Nov 2015 14:42:56 +0100 Subject: [PATCH] Update revisions.txt --- build/shared/revisions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 86cf370be..e35110695 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,5 +1,9 @@ ARDUINO 1.6.7 +[ide] +* new arduino-builder: faster, better prototype generation and library discovery logic, and more. See https://github.com/arduino/arduino-builder/compare/1.0.5...master +* Serial plotter now allows to plot multiple values at once. Thanks @henningpohl + [libraries] * SPI: Added SPI.transfer16(...) function to SAM core. * Ethernet, WiFi, SoftwareSerial: Fixed flush() behaviour: