update revision log

This commit is contained in:
Cristian Maglie 2015-01-13 23:28:19 +01:00
parent 17115b0a9b
commit fdbb45ec47
1 changed files with 10 additions and 1 deletions

View File

@ -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