aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorhhgarnes <hhgarnes@users.noreply.github.com>2015-06-01 23:58:58 +0200
committerSudar <sudar@sudarmuthu.com>2015-06-02 12:18:12 +0530
commit1dce271b53d68428bd15a06068b11fc4e0c724ee (patch)
tree2eefe82e2ace4074a06056b613251bdf712fa033 /HISTORY.md
parent7b11860ba8f590ceba1fa46dddf45d8d8b6d6c95 (diff)
Add option to split avrdude MCU from avr-gcc MCU
Fix #359
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 0930110..cc16346 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Tweak: Various spelling/grammar/typo fixes (https://github.com/dcousens)
- Tweak: Clarified some 1.5+ issues in docs (Issue #352) (https://github.com/sej7278)
- Tweak: Added some more Continuous Integration tests (https://github.com/sej7278)
+- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)
### 1.5 (2015-04-07)
- New: Add support for new 1.5.x library layout (Issue #275) (https://github.com/lukasz-e)