aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2017-12-28 18:05:18 +0000
committerGitHub <noreply@github.com>2017-12-28 18:05:18 +0000
commitc3fe5dcc2fbd5c895b032ca5a5a1f60af163b744 (patch)
treee24ff5578850a41a2d5fadd20cf0291791b222f7 /HISTORY.md
parent7a26a86c78a99ed57fcd08393bf3cd3d92fe24a0 (diff)
parent6d3d973cd4378fc997119733c8c9401fb9d3e5a0 (diff)
Merge pull request #541 from sej7278/master
Moved ATtiny examples from Blink to ATtinyBlink Probably the last merge of 2017? ;-)
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 5e7c74c..b4ad884 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,7 @@ 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.
### In Development
+- Fix: Moved ATtiny examples to ATtinyBlink, updated alternate core instructions (issue #537) (https://github.com/sej7278)
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)
- Fix: Quote the prefix tag in the space_pad_to function
- Fix: recognize serial monitors with full path in MONITOR_CMD