aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-06-29 10:18:39 +0530
committerSudar <sudar@sudarmuthu.com>2014-06-29 10:18:39 +0530
commit20ccdf141472dc490217d77e8085e24b7acd7cc9 (patch)
treedf51f8aa269818eed98af8b3dec145b70b55d5ce /HISTORY.md
parent87895de366d1a2ec629672351eff50ba27c84fb8 (diff)
parent7618da7f5fa9b0ff70f22fb3353cfed41ff33dc0 (diff)
Merge pull request #217 from sej7278/master
Quote/regex/wildcard audit (fixes issue #192)
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 a720f47..4b03b4f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,6 +14,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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, #215) (https://github.com/sej7278)
+- Tweak: Audited regexes/quoting/wildcards (Issue #192) (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)