We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62846f1 commit 296bdacCopy full SHA for 296bdac
build/shared/revisions.txt
@@ -6,10 +6,13 @@ ARDUINO 1.0.5 - 2013.05.15
6
* [avr] malloc bug: backported avr-libc 1.8.0 implementation
7
* [avr] removed deprecated interrupt handlers causing compiler issues
8
with newer avr-gcc.
9
+* [avr] added c_str() method to String
10
+* [avr] Stream "_timeout" field and related methods are now protected
11
12
[libraries]
13
14
* Upgrades to WiFi library
15
+* Fixed a bunch of examples
16
17
[firmwares]
18
@@ -18,6 +21,9 @@ ARDUINO 1.0.5 - 2013.05.15
21
[ide]
19
22
20
23
* Backport from 1.5: install Library from .zip file or folder
24
+* Added button "Copy error to clipboard" (Paul Stoffregen)
25
+* Updated windows drivers
26
+* Added Windows installer
27
28
ARDUINO 1.0.4 - 2013.03.11
29
0 commit comments