From fdbb45ec47577f25d75a82c2d89bffa032246fd5 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 13 Jan 2015 23:28:19 +0100 Subject: [PATCH] update revision log --- build/shared/revisions.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 512a88e85..23a6fa98c 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,13 +1,22 @@ ARDUINO 1.6.0rc2 +[ide] +* Reenabled speed of 38400 on serial monitor + +[core] +* Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews) + +[libraries] +* GSM: minor changes and bug fix (https://github.com/arduino/Arduino/pull/2546) + The following changes are included also in the Arduino IDE 1.0.7: [ide] * Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen) [core] -* sam: HardwareSerial now performs ISR based buffered transmission (Collin Kidder) +* sam: HardwareSerial now has buffered transmission (Collin Kidder) ARDUINO 1.6.0rc1