aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-01-29 11:32:16 +0530
committerSudar <sudar@sudarmuthu.com>2014-01-29 11:32:16 +0530
commit0526855340c97bd93939fffc206adf08b261151f (patch)
tree975768ea27264c4785bc999955c591608f419b65 /HISTORY.md
parent967d47c7bdb1bcc4c2d3a7f6b103153e422a0a6a (diff)
Update `README.md` about compatibility with Windows
Fix #94
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 7b3fcd9..1800cb8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -10,6 +10,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Tweak: Don't hard code MONITOR_PORT in examples, for more flexible testing. (Issue #157) (https://github.com/peplin)
- Tweak: Silence the stderr output from call to `which`. (Issue #158) (https://github.com/peplin)
- Fix: Override complete compiler tool paths for chipKIT. (Issue #159) (https://github.com/peplin)
+- New: The makefile is compatible with Windows
+- New: Update `README.md` file about usage and Windows compatibility
### 1.2.0 (2014-01-14)
- Add: Add RPM SPECfile and new `package` directory to store package instructions and files (https://github.com/sej7278)