aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-18 16:44:24 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-18 16:44:24 +0530
commit66eec82a3af8ee5aa16e28230346e4a1f166da2b (patch)
treea6642fb87ca178da4ebd28596d5e0d8feb96320c /HISTORY.md
parent50e407f8a7c64c3e082e2378829432d15408f6bc (diff)
Make all executables overridable
This is helpful for #119 which will add support for colorgcc
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 0e144f3..84e201e 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -20,6 +20,7 @@ The following is the rough list of changes that went into different versions. I
- Autodetect baudrate only if either a .ino/.pde is present
- Allow building with Arduino core, without a .ino/.pde file
- Ability to support different Arduino cores (https://github.com/sej7278)
+- Add support for colorgcc
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)