File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ARDUINO 1.5.8 BETA - not yet released
33[ide]
44* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
55* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
6+ * A lot of command-line improvements (Matthijs Kooijman)
67
78[libraries]
89* SPI: added transaction API (Paul Stoffregen)
@@ -11,6 +12,12 @@ ARDUINO 1.5.8 BETA - not yet released
1112* FileIO bridge: fixed wrong return value in File::size() for size >32768
1213* Updated Temboo to latest version
1314
15+ [core]
16+ * sam: "new" and "delete" do not bring in 50Kb of stdclib anymore
17+ * Correct implementation of gcc specific internal functions (__cxa_guard_*) (Alexey Guseynov)
18+ * Fix for upload problems on Leonardo (and derivative boards based on mega32u4)
19+ * Small improvements on String class (Matthijs Kooijman)
20+
1421The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
1522
1623[core]
You can’t perform that action at this time.
0 commit comments