aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2018-10-07 11:19:56 +0530
committerGitHub <noreply@github.com>2018-10-07 11:19:56 +0530
commit5a0c80bf0c8fbfd5a997998a7c08ba9596c72a3f (patch)
treebeea7a066fd1a2a7af74f2fc4447f8b26a34f631 /HISTORY.md
parentfe84c591944f74c902466d813fae0d164761dc59 (diff)
parented608ce658e66b8aa98ab0b0c31582468cab588d (diff)
Merge pull request #583 from wingunder/move_core_link_last
Moved CORE_LIB to the last position of the defined linked objects.
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 1743903..d46e7a2 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 CORE_LIB to the last position of the defined linked objects. (https://github.com/wingunder)
- 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