aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-10-06 19:20:52 +0530
committerSudar <sudar@sudarmuthu.com>2013-10-06 19:20:52 +0530
commit51f1271b3228e088b21e0a1144f042718308ca14 (patch)
tree27a9c0bcf80ce168c72e23f30d10219dd1de798c /HISTORY.md
parent4fb3e089bb6b649a28e2c42277283fcfe2b094da (diff)
Show correct path to `arduino.mk` file in help message
Fix #120
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 4ddbbe5..33547df 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -9,6 +9,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Ignore commented lines while parsing boards.txt file. See #124
- 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
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114