aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-04 17:54:46 +0530
committerSudar <sudar@sudarmuthu.com>2014-02-04 18:26:43 +0530
commite8634fb6421ab58e799d47776af461ebf3ca25e5 (patch)
treeaa0cc12c03fc806fa0ad1da5c646b80ee022c9de /HISTORY.md
parent9a49615e078d1ccab0398b5c439fad5107cfad88 (diff)
Document all the variables that can be overridden in child makefile
Huge thanks to @sej7278 for doing this Fix #75
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 77f29a7..d9053b8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
### 1.3.1 (2014-02-01)
- Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278)
+- New: Document all variables that can be overridden. (https://github.com/sej7278)
### 1.3.0 (2014-01-29)
- Fix: Use more reliable serial device naming in Windows. Fix issue #139 and #155 (https://github.com/peplin)