From 967d47c7bdb1bcc4c2d3a7f6b103153e422a0a6a Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 29 Jan 2014 10:58:25 +0530 Subject: [PATCH] Update changelog about the recent changes --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b7deaeb..7b3fcd9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,9 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it ### 1.3.0 (2014-01-29) - Fix: Use more reliable serial device naming in Windows. Fix issue #139 and #155 (https://github.com/peplin) - Fix: Document that ARDUINO_DIR must be a relative path in Windows. Fix issue #156 (https://github.com/peplin) +- 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) ### 1.2.0 (2014-01-14) - Add: Add RPM SPECfile and new `package` directory to store package instructions and files (https://github.com/sej7278)