aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-25 15:18:14 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-25 15:18:14 +0530
commit0f6848750108cda0062ece0df0ba4abca9af55b6 (patch)
tree5d8a75364ed8582b376ee6be7a61188f7a66d822 /HISTORY.md
parent7ad24ef8d2436083de5907615b7730d43da5318d (diff)
Unconditionally add `-D` in avrdude options.
This is needed in Mega boards, because of a bug in Mega bootloader. See https://github.com/sudar/Arduino-Makefile/issues/114#issuecomment-25011005 for detailed explanation. Fix #114
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 4e548c1..9869c1d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,9 @@ A Makefile for Arduino Sketches
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
+### 1.0.1 (2013-09-25)
+- Unconditionally add -D in avrdude options. See #114
+
### 1.0.0 (2013-09-22)
- Add $OBJDIR to the list of configuration that gets printed. Fix issue #77
- Add support for specifying optimization level. Fix issue #81