1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Update revision log

This commit is contained in:
Cristian Maglie 2014-02-20 14:52:01 +01:00
parent f91670e0d0
commit c39a6a26da

View File

@ -1,5 +1,5 @@
ARDUINO 1.5.6 BETA 2014.02.19
ARDUINO 1.5.6 BETA 2014.02.20
[ide]
* Implemented 1.5 library specification Rev.2
@ -8,6 +8,7 @@ ARDUINO 1.5.6 BETA 2014.02.19
http://code.google.com/p/java-simple-serial-connector/
* If two libraries provides the same .h file prioritize the library with tha same folder name
* Improved command-line parsing (Matthijs Kooijman)
* Windows: added arduino_debug.exe to help debugging errors when launch4j fails to start IDE
[libraries]
* TFT: warning messages in PImage class and strings inside examples now stored in flash to save RAM.