aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorLadislas <ladislas@weareleka.com>2013-12-02 14:45:54 +0100
committerSudar <sudar@sudarmuthu.com>2013-12-05 12:12:15 +0530
commite04bb4d7d4d8df83aae7e856160b82480fe3f263 (patch)
tree7384948ce6cbdfb2056f490e2b07abfc9a910bc2 /HISTORY.md
parent7bacc727a8c1f215d72614d6c1a480d2e03cbef6 (diff)
Auto detect and include libraries specified in `USER_LIB_PATH`
Fix #135
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 f5c9030..77fd8a3 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -12,6 +12,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- Auto detect and include libraries specified in `USER_LIB_PATH`. Fix #135 (https://github.com/tinyladi)
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114