aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-10-24 09:03:17 +0530
committerSudar <sudar@sudarmuthu.com>2014-10-24 09:03:17 +0530
commit73f08aad76fc01efa80c80aa7ff2bf328ad34cee (patch)
treeba81526670d271f4c16d867fa217c855dfbb4ef9 /HISTORY.md
parent3eee9851bb176d0695d3dd091d6ebf8412ac382f (diff)
parenta2c8fe51968cf6588217d3187a674d1c44d506f0 (diff)
Merge pull request #282 from sej7278/master
Add "avrispmkii" to the list of ISP's that don't have a port. Fix #279
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 07d5fd7..7fe05a9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -29,6 +29,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Allow user libaries/sketches to have the same name as system libs. (Issue #244, #229). (https://github.com/sej7278)
- Fix: Remove impact of travis-ci from regular users. (Issue #258). (https://github.com/sej7278)
- Fix: objcopy quoting issue on Windows. (Issue #272). (https://github.com/sej7278)
+- Fix: Add "avrispmkii" to the list of isp that don't have a port. (Issue #279). (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)