aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-17 15:38:26 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-17 15:38:26 +0530
commit672d6f40cf13858bc7743a5c571f1156d327bbfd (patch)
treed8370888ff5de1d601ad7f50554bdefb4f52d543
parent67b5d06cc84129e66d6764ae138f53a891a5307b (diff)
Update changelog about the last pull request #142
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 5cb9735..f590e01 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -16,6 +16,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Use `MAKEFILE_LIST` to get the name of the make file. Fix #130 (https://github.com/cantora)
- New: Add option to set fuses without burning a bootloader. Fix #141 (https://github.com/sej7278)
- Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG)
+- Fix: Handle relative paths of bootloader file while burning bootloaders. Fix #126 and #142 (https://github.com/sej7278)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114