Skip to content

Commit 7531a35

Browse files
committed
update revision log
1 parent 84518e4 commit 7531a35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/shared/revisions.txt

+7
Original file line numberDiff line numberDiff 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+
1421
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
1522

1623
[core]

0 commit comments

Comments
 (0)