aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <john@jbrengineering.co.uk>2017-09-03 21:37:03 +0100
committerJohn Whittington <john@jbrengineering.co.uk>2017-09-03 21:37:03 +0100
commit73426bc2339116641e9227d5d7af1a70e3dd23fa (patch)
tree12ce3ae76cee36bf5f9130bad5de89508d4f0dfd /HISTORY.md
parent04f0ee07280c823447afc4bb14b2ec6cf1b8e470 (diff)
parent983db51764265435b007b69cea6d8a25075c83c0 (diff)
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile
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 9c09e0c..ad5972f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
+- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
- New: Added -fdiagnostics-color to *STD flags (https://github.com/sej7278)
- New: Add generation of tags file using ctags, which automatically includes project libs and Arduino core. (https://github.com/tuna-f1sh)