aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-08-14 14:59:44 +0530
committerSudar <sudar@sudarmuthu.com>2014-08-14 14:59:44 +0530
commite17b2a4781d661246a44f14b4096cf2e19eefafd (patch)
treee5a1b3be9e502995c8173e5bbe6e8b891db7c89d /HISTORY.md
parent9bef267f62f7399e2bb1114cb1ac4f206e1ead89 (diff)
parent51e65b0a081411c57cce77c043f88ea266713417 (diff)
Merge pull request #234 from WeAreLeka/std-flags
CFLAGS_STD and CXXFLAGS_STD
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 113effa..1924534 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,11 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Make avr-g++ use CXXFLAGS instead of CFLAGS. (https://github.com/sej7278)
- Add: Add information about overriding system libs (Issue #229). (https://github.com/sej7278)
- Add: Add information about reporting bugs to the correct project (Issue #231). (https://github.com/sej7278)
+- Fix: Allow the use of CFLAGS_STD and CXXFLAGS_STD and set defaults (Issue #234) (https://github.com/ladislas)
+- Tweak: Remove \$(EXTRA_XXX) variables (Issue #234) (https://github.com/ladislas)
+- Add: Add documentation about CFLAGS_STD and CXXFLAGS_STD (Issue #234) (https://github.com/ladislas)
+- Tweak: Update Malefile-example.mk with STD flags (https://github.com/ladislas)
+
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)