aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-01-14 14:20:19 +0530
committerSudar <sudar@sudarmuthu.com>2014-01-14 14:23:00 +0530
commit320fec7981b98aae8cfac7adb8e43eaf7aef75c2 (patch)
treef9ea44d62351d1802c81ff278f10baba48e25adb
parentc2aacb94879b5c200b36307dddcaf29b23054957 (diff)
Add information about `package` folder to changelog
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 15de95a..6b55d05 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,10 @@ A Makefile for Arduino Sketches
The following is the rough list of changes that went into different versions.
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
+### 1.2.0 (2014-01-12)
+- Add: Add RPM SPECfile and new `package` directory to store package instructions and files (https://github.com/sej7278)
+- Fix: Remove use of arduino-mk subdirectory in git. Fix issue #151, #152 and #147 (https://github.com/sej7278)
+
### 1.1.0 (2013-12-26)
- Don't append port details to avrdude for usbasp. See #123
- Ignore commented lines while parsing boards.txt file. See #124