aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2014-11-10 23:19:00 +0000
committerSimon John <git@the-jedi.co.uk>2014-11-10 23:19:00 +0000
commit0df314249afea824ed9cf08abc9de964060e4e2a (patch)
tree2fca06f2066bafab6c4908e9876ce510ab4d8b35 /HISTORY.md
parent5d7bc158d3fadd8d40c62d5d8071ff9386e24bd6 (diff)
Fix speed regression since 8d443f62c, faster than 1.3.4 now
Audited *some* use of := vs. =, when calling shell/foreach/wildcard, could probably do with more looking into.
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)