aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorladislas <ladislas@weareleka.com>2014-08-18 23:27:01 +0200
committerladislas <ladislas@weareleka.com>2014-08-18 23:27:01 +0200
commit58f303a5d358f68e1b53012790225e8d677f8f0e (patch)
tree0d9de610e1c066b8874903fdf56948789b87d173 /HISTORY.md
parentf33b14715bc786f7aba8e9b4969b16c1e0a03ed0 (diff)
parent08c3ff6809e2debd5a47de095048dc5a54bcbae2 (diff)
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile into update
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1924534..072e695 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -12,10 +12,10 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- 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)
-
+- Add: Allow "make clean" target to be extended (Issue #239). (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)