aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-11-11 19:26:31 +0530
committerSudar <sudar@sudarmuthu.com>2014-11-11 19:26:31 +0530
commit605381783366df0df3a8c71dc61e9f8a1234db21 (patch)
tree2fca06f2066bafab6c4908e9876ce510ab4d8b35 /HISTORY.md
parent5d7bc158d3fadd8d40c62d5d8071ff9386e24bd6 (diff)
parent0df314249afea824ed9cf08abc9de964060e4e2a (diff)
Merge pull request #292 from sej7278/master
Fix speed regression Fix #280
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 5a9d100..c1229bf 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -33,6 +33,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
- Fix: Allow avrdude to erase the chip before programming during ispload (https://github.com/tchebb)
+- Fix: Fix speed regression. Thanks ladislas (Issue #280) (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)