aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-09 17:18:12 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-09 17:18:12 +0530
commit365118e6a512670a0781d9f32e2290e3b283270a (patch)
tree6e7274d39e377a5aca4bf75ca6d858f6fd5ca0d7 /HISTORY.md
parent2d77e43216347fec0203e07c0e0627bc1914191f (diff)
Enhanced support for programming using Arduino as ISP. Fixes #56
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 b78fac5..d84f381 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,7 @@ The following is the rough list of changes that went into different versions. I
- 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)
- Strip extra whitespace from the `BOARD_TAG` variable
+- Enhanced support for programming using Arduino as ISP
### 0.10.4 (2013-05-31) @matthijskooijman
- Improved BAUD_RATE detection logic