aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-09-29 15:55:20 +0530
committerSudar <sudar@sudarmuthu.com>2014-09-29 15:55:20 +0530
commit2c5a66a973aedfb3325aaf600a40a1df784c436b (patch)
tree9c827a7b1cd4355583d6b0ca5422a612c198ad82 /HISTORY.md
parent623b55c55cce9c9abc460dd174cc9701acc4361d (diff)
parent88c81b6d95efeed84e5b39188028ca1ec039db13 (diff)
Merge pull request #270 from sej7278/travis106
Update Travis-CI scripts to test against Arduino v1.0.6
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index fedb006..cdf792a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -16,6 +16,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Tweak: Update Malefile-example.mk with STD flags (https://github.com/ladislas)
- Tweak: Allow remove of any OBJDIR with `$(REMOVE) $(OBJDIR)`. (https://github.com/ladislas)
- Tweak: Add cpp to extensions supported by "make generate_assembly". (https://github.com/sej7278)
+- Tweak: Update travis-ci to test against Arduino 1.0.6. (https://github.com/sej7278)
+- Tweak: Updated package instructions for Arch/Fedora/Raspbian. (https://github.com/sej7278)
- Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas)
- Fix: Make avr-g++ use CXXFLAGS instead of CFLAGS. (https://github.com/sej7278)