aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-08-13 10:14:12 +0530
committerSudar <sudar@sudarmuthu.com>2014-08-13 10:14:12 +0530
commit9bef267f62f7399e2bb1114cb1ac4f206e1ead89 (patch)
tree6c53fbae47e31e7551e157861e47ba11442d1a9f /HISTORY.md
parentb4f80a1b658e2cdb67e4e02456e477e08d93f959 (diff)
parent209446c94416b71821d3aed548152ff7c61b7436 (diff)
Merge pull request #235 from sudar/revert-233-std-flags
Revert "Using CFLAGS_STD and CPPFLAGS_STD"
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index de2912f..113effa 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,7 +11,6 @@ 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: Create CPPFLAGS_STD variable and add CFLAGS_STD and CPPFLAGS_STD to CFLAGS and CXXFLAGS (http://github.com/ladislas)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)