1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-14 11:29:26 +01:00

Updated revision log

This commit is contained in:
Cristian Maglie 2015-01-20 15:50:13 +01:00
parent f4a6b623b3
commit 14fe427050

View File

@ -1,9 +1,10 @@
ARDUINO 1.6.0 - 2015.01.19 ARDUINO 1.6.0rc2 - 2015.01.20
[ide] [ide]
* Reenabled speed of 38400 on serial monitor * Reenabled speed of 38400 on serial monitor
* Improved Find/Replace dialog layout (Eberhard Fahle) * Improved Find/Replace dialog layout (Eberhard Fahle)
* Fixed missing .dll error on some Windows box
[core] [core]
* Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews) * Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews)