aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorThomas Sigurdsen <thomas.sigurdsen@gmail.com>2013-11-21 10:46:09 +0100
committerSudar <sudar@sudarmuthu.com>2013-11-27 17:07:47 +0530
commitd32d612a4bcc9bb149c53a8ba6657bf5b1520fd5 (patch)
tree5127c0a8851d5fe8731304362c48ca2d2e6b98e9 /HISTORY.md
parent51f1271b3228e088b21e0a1144f042718308ca14 (diff)
Change echo for printf
rationale: http://unix.stackexchange.com/questions/65803/why-is-printf-better-than-echo fix #129
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 33547df..074ee78 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- In ISP mode, read baudrate and programmer from boards.txt. See #125
- Add `burn_bootloader` target. See #85
- Show correct path to `arduino.mk` file in help message. Fix #120
+- Change echo for printf. Fix #129 (https://github.com/thomassigurdsen)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114