aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-01-14 14:38:44 +0530
committerSudar <sudar@sudarmuthu.com>2014-01-14 14:38:44 +0530
commitac0b7d46c32eb03801e97c1c7e4d586fe93b3bfa (patch)
tree47c8357979b19c1811597a5a113f5a9f18b6bdfc
parentce9c54848f4f1f991f3befe5af4938ab261d08a5 (diff)
Freezing up code for v1.2.0 release1.2.0
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 603efaf..538132d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,7 +4,7 @@ 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)
+### 1.2.0 (2014-01-14)
- 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)
- Fix: Remove `arduino-mk` directory from all examples. Fix #154