aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-04-05 18:12:12 +0530
committerSudar <sudar@sudarmuthu.com>2014-04-05 18:12:12 +0530
commit87129f1d2bce5576ac85fb7fb95574d80204e2a8 (patch)
tree201f18b060adbe7c962c21fc75b5d1ea6c6d09f1 /HISTORY.md
parent10ea6fbc33ad507a64838dcf2a383867ba7b5b9a (diff)
parent7b5a163e9a5cabf1b30ab5bac51f2a51195c4514 (diff)
Merge pull request #185 from sej7278/master
simplify packaging by removing dependencies on python3/pyserial
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 261d1e1..7c126da 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -18,6 +18,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- 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)
+- Tweak: Simplified packaging dependencies. (https://github.com/sej7278)
### 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)