aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2017-07-16 17:48:42 +0530
committerGitHub <noreply@github.com>2017-07-16 17:48:42 +0530
commitd738cac966f6b02eb4153a32144c2a2a3e5c4715 (patch)
treee50716f564a35bfac141c0f47efb1f9088897540 /HISTORY.md
parentba96840399381b35e20a9fe620602dc4a6fc6be7 (diff)
parent5bcb64ade92b1ed8e6e0bc5760fe064cc26a49c3 (diff)
Merge pull request #508 from fuzzyTew/robotis-opencm1.6.0
Add makefile for Robotis OpenCM
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index c35d3f8..d8f89e6 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,14 +5,18 @@ 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.
### In Development
+- TBC
+
+### 1.6.0 (2017-07-11)
- Fix: Allowed for SparkFun's weird usb pid/vid submenu shenanigans (issue #499). (https://github.com/sej7278)
- Fix: Do not include the Arduino header when calling generate_assembly on .cpp files. (https://github.com/Batchyx)
- Fix: Auto-detect F_CPU on Teensy from boards.txt (https://github.com/DaWelter)
- Fix: params typo in PuTTY section (issue #487) (https://github.com/ericdand)
- Fix: Fixed sed expression to properly format show_submenu (issue #488) (https://github.com/cbosdo)
-- New: Add support for good old cu as monitor command (issue #492) (https://github.com/mwm)
- Tweak: Removed tilde from documentation (issue #497). (https://github.com/sej7278)
+- New: Add support for good old cu as monitor command (issue #492) (https://github.com/mwm)
- New: Add a documentation how to setup Makefile for 3rd party boards (issue #499). (https://github.com/MilanV)
+- New: Add support for Robotis OpenCM boards
### 1.5.2 (2017-01-11)