aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-15 19:42:13 +0530
committerSudar <sudar@sudarmuthu.com>2013-06-15 19:42:13 +0530
commit0149f34daf9d39e002993b604ae575ceb0eea01e (patch)
tree07f5125d372a7d4e8758dacb7fa82050474e7dda /HISTORY.md
parent0028fabc64c63f889fc0a9e1eae7943bb18e1357 (diff)
Add an example to show how to compile AVR C files
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 5021077..036d571 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,7 @@ The following is the rough list of changes that went into different versions. I
- Add the ability to configure avrdude options. Fix issue #53
- Handle cases where certain fuse bits are not present. Fix issue #61
- Add support for compiling plain AVR C files. Fix issue #63
+- Add an example to show how to compile AVR C files. Fix issue #73
### 0.10.6 (2013-06-14)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)