aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-11-08 09:03:06 +0530
committerSudar <sudar@sudarmuthu.com>2014-11-08 09:03:06 +0530
commitfe5c2b6ce13b9b63548d7e39a75ebfb92fbd854c (patch)
treea34e95590b8a8ac544880943ea3099249d25fad4 /HISTORY.md
parent36213ceb065360dfe8d0f680db9d89138cffeac7 (diff)
parent893adf7f984f01e196db93d7db30d16ca9023cd7 (diff)
Merge pull request #289 from sej7278/master
Arduino changed the download link again
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 0b82eca..d20aada 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -31,6 +31,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
- Fix: Make CXX compile .cpp files instead of CC. (Issue #285). (https://github.com/sej7278)
+- Fix: Changed IDE download URL *again* for Travis-CI. (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)