aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-12-17 17:28:59 +0530
committerSudar <sudar@sudarmuthu.com>2013-12-17 17:28:59 +0530
commite721a249cde075223ad31ece5c876574062ba7cd (patch)
treed019b8c8a91ed303b801ca51b737af50477a2840 /HISTORY.md
parent672d6f40cf13858bc7743a5c571f1156d327bbfd (diff)
Add `CONTRIBUTING.md` explaining how to contribute to this project
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 f590e01..16846b6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -17,6 +17,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- New: Add option to set fuses without burning a bootloader. Fix #141 (https://github.com/sej7278)
- Tweak: Don't append port details to avrdude for usbtiny. Fix #140 and #138 (https://github.com/PPvG)
- Fix: Handle relative paths of bootloader file while burning bootloaders. Fix #126 and #142 (https://github.com/sej7278)
+- New: Add `CONTRIBUTING.md` explaining how to contribute to the project.
### 1.0.1 (2013-09-25)
- Unconditionally add -D in avrdude options. See #114