aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-02-02 06:06:32 -0800
committerSudar <sudar@sudarmuthu.com>2014-02-02 06:06:32 -0800
commit9a49615e078d1ccab0398b5c439fad5107cfad88 (patch)
treeca21ee8a62cedf327a1c5d25340ce1f57ea3337e /HISTORY.md
parent20b977464526bd140605d3cbdd9e781c267406f6 (diff)
parent1893199dad80af98b9ba1ef1e89d06f086cab58f (diff)
Merge pull request #161 from sej7278/master
BUNDLED_AVR_TOOLS_DIR is now set correctly
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 875b1f2..77f29a7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,9 @@ 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.3.1 (2014-02-01)
+- Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278)
+
### 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)