1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

Updated revision log

This commit is contained in:
Cristian Maglie 2013-06-06 20:07:02 +02:00
parent ba7fb5518f
commit 81d41fc761

View File

@ -15,6 +15,8 @@ ARDUINO 1.5.3 BETA
* sam: Added serialEvent*() support
* sam: Fixed micros() to work with inside interrupts. (stimmer)
* avr: Added support for Flash strings on String class (Jantje)
* Added support for floating point numbers in String class (Tevin Zhang, SebiTimeWaster)
* sam: Fixed String buffer overflows (Paul Stoffregen)
[libraries]
* sam: Added CAN library (still in early stage of development) (Palliser)