aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-04 18:27:46 +0530
committerSudar <sudar@sudarmuthu.com>2014-02-04 18:27:46 +0530
commitcff1dec365883de93e0ecf2152c17582d2693ed7 (patch)
tree6231270f3b3d7d821f488bc1e16c16a84e482309 /HISTORY.md
parente8634fb6421ab58e799d47776af461ebf3ca25e5 (diff)
Add a new target `help_vars`
This target can display all variables that can be overridden
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 d9053b8..57dd078 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -7,6 +7,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)
+- New: Add a new `help_vars` target to display information about variables that can be overridden.
### 1.3.0 (2014-01-29)
- Fix: Use more reliable serial device naming in Windows. Fix issue #139 and #155 (https://github.com/peplin)