aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-05 11:51:03 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-05 11:51:03 +0530
commit7bacc727a8c1f215d72614d6c1a480d2e03cbef6 (patch)
tree90a2fd126330105329a64b247d4064da86fd8d41 /HISTORY.md
parentef521d284a86914bfae292d15e879370a90f149d (diff)
Update `HISTORY.md` about ChipKIT 2013 support
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 074ee78..f5c9030 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- Add support for ChipKiT 2013. Fix #136 (https://github.com/peplin)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114