aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-13 15:06:58 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-13 15:06:58 +0530
commitc81cc332f5872461686baa8f5d76a62cdb2f6c30 (patch)
tree453831922432ffd84cd63bf9d73e17ddb715c3a0
parent206b96c85c586a308401283954c2ed50174b77cd (diff)
Add changelog and start development of v0.10.6
-rw-r--r--HISTORY.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 0c8ec1c..f2df626 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,7 +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.10.5
+### 0.10.6 (in development)
+- fix whitespace and add /dev/null redirection (https://github.com/sej7278)
+
+### 0.10.5 (2013-06-11)
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)