aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2016-09-08 18:34:34 +0100
committerGitHub <noreply@github.com>2016-09-08 18:34:34 +0100
commitf3f7684463a4b0de85adbeff11c90ecfbfb13edd (patch)
tree9f873410333a413bbba7ef5f1709e6aab00f58aa
parentfd76029b9a8ab988ddbcada0b7b79aed89759132 (diff)
parentc426e07fe2e5bdaaf69f0be73269028a4d8cad74 (diff)
Merge pull request #453 from sej7278/master
Updated changelog
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1e199df..d897797 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
+- New: Add LTO support for users with avr-gcc > 4.8 (issue #446) (https://github.com/sej7278)
- Tweak: Updated Linux instructions and sync documentation from the old blog(), README.md and Arduino.mk (https://github.com/az-z)
- Fix: Updated CXXFLAGS_STD to match upstream 1.6 (issue #424) (https://github.com/calvinli)
- Fix: Added support for attiny core's use of chip instead of cpu in submenus (https://github.com/straccio)