mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
update revision log
This commit is contained in:
@ -3,6 +3,7 @@ ARDUINO 1.5.8 BETA - not yet released
|
|||||||
[ide]
|
[ide]
|
||||||
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
|
* Find/Replace over multiple tabs (Erwin Ried, Fulvio Ieva)
|
||||||
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
|
* Fix wrong "Replace" behavior with empty "Find" field (Fulvio Ieva)
|
||||||
|
* A lot of command-line improvements (Matthijs Kooijman)
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
* SPI: added transaction API (Paul Stoffregen)
|
* SPI: added transaction API (Paul Stoffregen)
|
||||||
@ -11,6 +12,12 @@ ARDUINO 1.5.8 BETA - not yet released
|
|||||||
* FileIO bridge: fixed wrong return value in File::size() for size >32768
|
* FileIO bridge: fixed wrong return value in File::size() for size >32768
|
||||||
* Updated Temboo to latest version
|
* Updated Temboo to latest version
|
||||||
|
|
||||||
|
[core]
|
||||||
|
* sam: "new" and "delete" do not bring in 50Kb of stdclib anymore
|
||||||
|
* Correct implementation of gcc specific internal functions (__cxa_guard_*) (Alexey Guseynov)
|
||||||
|
* Fix for upload problems on Leonardo (and derivative boards based on mega32u4)
|
||||||
|
* Small improvements on String class (Matthijs Kooijman)
|
||||||
|
|
||||||
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
|
The following changes are included also in the (not yet released) Arduino IDE 1.0.6:
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
Reference in New Issue
Block a user