aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-04 18:29:18 +0530
committerSudar <sudar@sudarmuthu.com>2014-02-04 18:29:18 +0530
commite48ae82fbdf32271229c3d0c0bfd6ae9ee70ea66 (patch)
treed01ffa3248c5550d2e807ee715723e2a300a9c20 /HISTORY.md
parentcff1dec365883de93e0ecf2152c17582d2693ed7 (diff)
Bump up version to 1.3.1 for release1.3.1
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 57dd078..41d5609 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,7 +4,7 @@ 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.3.1 (2014-02-01)
+### 1.3.1 (2014-02-04)
- 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.