aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-26 16:00:08 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-26 16:00:08 +0530
commit7af27ae4945554e2ed7d9ee1dc2889873104253b (patch)
tree564d8ff1fac4424f1c61550b3ff94637854f48c0 /HISTORY.md
parenta51754c2b2e0b0492d6d2f40d5364d77ade23613 (diff)
Use `ARDUINO_HEADER` variable instead of hardcoded file names
Fix #131
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index d52d981..f075ede 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -18,7 +18,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
- New: Add `CONTRIBUTING.md` explaining how to contribute to the project.
-- Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`.
+- New: Force -Os optimization for SoftwareSerial. Add `OPTIMIZATION_FLAGS` and `DEBUG_FLAGS`. (https://github.com/mahoy)
+- Fix: Use `ARDUINO_HEADER` variable instead of hardcoded file names. Fix #131
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114