File tree 1 file changed +7
-0
lines changed
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
3
3
[ide]
4
4
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
5
5
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
6
+ * A lot of command-line improvements (Matthijs Kooijman)
6
7
7
8
[libraries]
8
9
* SPI: added transaction API (Paul Stoffregen)
@@ -11,6 +12,12 @@ ARDUINO 1.5.8 BETA - not yet released
11
12
* FileIO bridge: fixed wrong return value in File::size() for size >32768
12
13
* Updated Temboo to latest version
13
14
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
+
14
21
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
15
22
16
23
[core]
You can’t perform that action at this time.
0 commit comments