aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-07-09 22:10:46 +0530
committerSudar <sudar@sudarmuthu.com>2013-07-09 22:18:46 +0530
commit6936a1dcfde402037a220ea515162aa6b35324ec (patch)
tree36adb8202941dfe398e3da161dd675a249f43f76 /HISTORY.md
parent1bc31c814b5065cad3acec710c28ef7678f70341 (diff)
parent14d491c3bd06ff0bc50676db8dfd1893027f81fd (diff)
Replace Leonardo detection with Caterina detection
Checks bootloader.path for "caterina", instead of checking only for leonardo Fix #96 Fix #97 Fix #102
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 7f2c1dd..d4802cb 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -16,6 +16,7 @@ The following is the rough list of changes that went into different versions. I
- Add support for the Digilent chipKIT platform. (https://github.com/peplin)
- Implement ard-parse-boards with shell scripting instead of Perl (https://github.com/peplin)
- Compile with debugging symbols only when DEBUG=1 (https://github.com/peplin)
+- Replace Leonardo detection with Caterina detection (https://github.com/sej7278)
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)