1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Adding a couple of release notes for the Leonardo.

This commit is contained in:
David A. Mellis 2012-05-21 10:32:11 -07:00
parent d5b6d22b6a
commit 6e8e13d7b3

View File

@ -1,4 +1,4 @@
ARDUINO 1.0.1
ARDUINO 1.0.1 - 2012.05.21
[environment]
@ -10,6 +10,8 @@ ARDUINO 1.0.1
* Added preference for selecting the language in which to display the
Arduino software. Defaults to the operating system locale.
* New upload process for the Arduino Leonardo (ATmega32U4).
* The editor font size preference now applies to the serial monitor and
error / message console as well as the editor. (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=550
@ -49,6 +51,9 @@ ARDUINO 1.0.1
[core / libraries]
* Updated (and official) support for the Arduino Leonardo (ATmega32U4).
Includes new bootloader and various fixes to the core.
* Adding overloads to Wire.write() (for Wire.write(0)). (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=527