aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2014-06-21 12:32:34 +0200
committerSimon John <git@the-jedi.co.uk>2014-06-21 12:32:34 +0200
commite5b81254690bb82562bac329d5c52a185e4064f4 (patch)
tree4cd14b586443aa83f9729c61b26b077731cf845f /HISTORY.md
parent1b33e8d7416a81ea3200e6218278664101188302 (diff)
Really fix $MONITOR_PORT detection
Fixes issue #215
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index bf97bdf..a720f47 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -13,7 +13,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
- New: Arduino.mk is now compatible with Flymake mode (https://github.com/rbarzic)
-- Fix: MONITOR_PORT detection (Issue #213) (https://github.com/sej7278)
+- Fix: MONITOR_PORT detection (Issue #213, #215) (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)