aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authortinyladi <ladislas@weareleka.com>2014-02-27 22:20:38 +0100
committerSudar <sudar@sudarmuthu.com>2014-03-06 22:50:05 +0530
commita06136aafcf9bacbff679971db02762e65a6ce2d (patch)
tree66cae6bb4901d7ff694eaf53b35665dde371d3e5 /HISTORY.md
parent5c4328dd29f28ed7fb8c02e12b72bce6c6a6deab (diff)
Beautify arduino-mk-vars.md
Clean up markdown and add code blocks where needed Fix #171
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 d60f544..6a8befc 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -11,6 +11,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Add "-D__PROG_TYPES_COMPAT__" to the avr-g++ compiler flags to match IDE. (https://github.com/sej7278)
- New: Create `Makefile-example-mk`, a *real life* `Makefile` example, to be used as a reference. (https://github.com/tinyladi)
- Tweak: Add `OBJDIR` to `arduino-mk-vars.md` (https://github.com/tinyladi)
+- Tweak: *Beautify* `arduino-mk-vars.md` with code blocks. (https://github.com/tinyladi)
### 1.3.1 (2014-02-04)
- Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278)