aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-15 15:29:49 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-15 17:16:27 +0530
commitb29a0bed2a1ed513b6400692db49d4c7f1bc21e9 (patch)
tree649fef30bc7896fab7f7641b89b346cf815894e1 /HISTORY.md
parentcf0b6371c248fd7d696d3751a166dbc39eae5ca2 (diff)
Replace hardcoded executables with variable
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 9f502b5..921f040 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,6 +3,10 @@ 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.
+### 0.11.0 (in development)
+- Replace hardcoded executables with variable name
+
+
### 0.10.6 (2013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)
- Change the way AUTO_ARDUINO_VERSION is computed (https://github.com/sej7278)