aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2017-01-11 16:48:33 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2017-01-11 16:48:33 +0530
commit7a14d670ebfee5df31fb71005b69b4744528a307 (patch)
tree6f3d663e20e7f909999b0ecab0827fb92c1caaf6 /HISTORY.md
parent03e62130f31ca55dbb0d886b7b26d70b87412f98 (diff)
Bump up version to 1.5.2 for releasev1.5.21.5.2
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a3611c8..aeaae61 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,7 +4,8 @@ A Makefile for Arduino Sketches
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
+### 1.5.2 (2017-01-11)
+
- 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)