aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2015-06-24 01:55:33 +0100
committerSimon John <git@the-jedi.co.uk>2015-06-24 01:55:33 +0100
commit6a9796b63f22b55f4ee3a27006ec4895365e4d15 (patch)
treee2e5318eb4200daa71f01f1a435d98c0d36082ba /HISTORY.md
parented6fb91bf059794a9cff324dad82795d6ce976ed (diff)
Updated instructions for Fedora 22
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 462bf6e..b0cb8fc 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,13 +6,14 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
### In Development
+- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)
- New: Add support for /dev/tty.wchusbserial* (comes with cheap clones - DCCduino) (https://github.com/biesiad)
- New: Add support for picocom as serial monitor(https://github.com/biesiad)
- Tweak: Looks for submenu items first when parsing BOARDS_TXT (Issue #347) (https://github.com/sej7278)
- 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)
+- Tweak: Updated Fedora instructions (https://github.com/sej7278)
### 1.5 (2015-04-07)
- New: Add support for new 1.5.x library layout (Issue #275) (https://github.com/lukasz-e)