aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2016-10-11 15:35:35 +0100
committerGitHub <noreply@github.com>2016-10-11 15:35:35 +0100
commit299c1831cc38f1ee027fb5d9f84d7a8d3f7288f3 (patch)
tree14d01343ecb51210cd942dcd9863b286dbdda83d /HISTORY.md
parentf3f7684463a4b0de85adbeff11c90ecfbfb13edd (diff)
parentfe020380b604ea514594360eb77baaccd6533f68 (diff)
Merge pull request #464 from sej7278/master
Changed LTO support check to avr-gcc > 4.9.0
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index d897797..8777964 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,7 +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)
+- New: Add LTO support for users with avr-gcc > 4.9 (issue #446 & #456) (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)