aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-23 13:08:06 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-23 13:08:06 +0530
commit7e66672a6c8d1e60c492bfaf992288d2c9b6a692 (patch)
treed1e4b47da4e0b2cfb479bd89ac1001a01d8af106 /HISTORY.md
parent2b75a0ddb48b8aef12d2c67089f7189cb00ceab3 (diff)
Auto detect alternate core path from sketchbook folder
Fix #86
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 a3690b7..df20a2e 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
- Add support for specifying optimization level. Fix issue #81
- Add support for reseting "Micro" Arduino. Fix issue #80 (https://github.com/sej7278)
- Remove "utility" from example makefiles. Fix issue #84
+- Auto detect alternate core path from sketchbook folder. Fix issue #86
### 0.12.0 (2013-06-20)
- Fix "generated_assembly" target, which got broken earlier. Fix issue #76 (https://github.com/matthijskooijman)