aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-15 15:32:27 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-15 17:16:47 +0530
commitad417dbf700be56bd70521b9a85acba9fa4d0ff8 (patch)
tree0cd5aed4c6a522dae61149f312438ec42d11ce48 /HISTORY.md
parentb29a0bed2a1ed513b6400692db49d4c7f1bc21e9 (diff)
Fix whitespace issues
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 921f040..1177d6e 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,8 +4,8 @@ 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
-
+- Replace hardcoded executables with variable
+- Fix whitespace issues
### 0.10.6 (2013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)