aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-05-23 11:18:07 +0530
committerSudar <sudar@sudarmuthu.com>2014-05-23 11:18:07 +0530
commitae54002365b47d0d37a8ab9136d0ae5d73a1307f (patch)
tree4d79a946b8ae42a5874ee4bc3cd49de9c12776af /HISTORY.md
parent423b0a7b8b3f2fb38e1a29657a0b10d557419849 (diff)
parent82afb2769f83b68cacd18cc64d7057144393be64 (diff)
Merge pull request #205 from sej7278/master
"make show_boards" now lists the board name as well as board tag.
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 632753a..fe5b408 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -9,6 +9,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Add: Add support for compiling assembler code. (Issue #195) (https://github.com/hrobeers)
- 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)
### 1.3.3 (2014-04-12)
- Fix: Make a new manpage for ard-reset-arduino. Fixes issue #188 (https://github.com/sej7278)