diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-05-27 11:25:23 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-05-27 11:25:23 +0100 |
| commit | cc93d7b0b22613512f120b4008587c6ad7058803 (patch) | |
| tree | 377c1f5903c1d8a5c1766ac18f82b66eef95f1d8 /HISTORY.md | |
| parent | 29198023d900a26ad4b4fa6d27912769e07d93de (diff) | |
Add missing newlines at end of some echo's (issue #207)
Whilst doing that, i noticed that there were some missing
targets to "make help" so added those in and re-ordered
and re-worded some of the targets to make more sense
e.g. all of the upload's are together, all of the
assemblers are together etc.
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Add: Try to guess port from wildcards if not specified. (Issue #197) (https://github.com/tuzz) - Fix: Check that on windows ARDUINO_DIR (and MPIDE_DIR) is a relative path. (Issue #201 and #202) (https://github.com/sej7278) - Add: List board name as well as tag in `make show_boards`. (Issue #204) (https://github.com/sej7278) +- Fix: Add missing newlines at end of some echo's (Issue #207) (https://github.com/sej7278) +- Fix: Add missing/reorder/reword targets in `make help` (https://github.com/sej7278) ### 1.3.3 (2014-04-12) - Fix: Make a new manpage for ard-reset-arduino. Fixes issue #188 (https://github.com/sej7278) |
