aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-04-03 09:12:32 +0530
committerSudar <sudar@sudarmuthu.com>2014-04-03 09:12:32 +0530
commit10ea6fbc33ad507a64838dcf2a383867ba7b5b9a (patch)
treed83aa85aacd0508a02f35b42d98966b7be3149cb /HISTORY.md
parent392a6b9db1ce64099c15daa61c2e2ca964f95453 (diff)
parentc080fb29b769576b4b92f58b4c32b69a82f6e13f (diff)
Merge pull request #183 from sej7278/master
python3 compatibility
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 731591b..261d1e1 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -17,6 +17,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Add: Add phony target to run pre-build hook script (https://github.com/jrid)
- Fix: Add BOOTLOADER_PARENT to `arduino-mk-vars.md` and fixed BOOTLOADER_PATH example. (https://github.com/sej7278)
- Tweak: Replace perl reset script with Python script. (https://github.com/sej7278)
+- Tweak: Made choice of Python2/3 interpreter up to the OS. (https://github.com/peplin)
### 1.3.1 (2014-02-04)
- Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278)