diff options
| author | Simon John <git@the-jedi.co.uk> | 2017-06-01 21:33:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-01 21:33:52 +0100 |
| commit | c41763851b63385e2706355ccfacf2bf0bff653d (patch) | |
| tree | 8ec24f5d10466f313430356eedb36a2c7455d448 /HISTORY.md | |
| parent | 807cf65f71ace3710b5b69f2bd8d7422ba6bd0af (diff) | |
| parent | d1363592f2c6d65c41ae89bb14f55d05cdf02e5f (diff) | |
Merge pull request #500 from sej7278/master
Fix autodetection of USB_PID on SparkFun's new ProMicro core
Remove use of tilde from documentation
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,11 +5,13 @@ 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 +- 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) ### 1.5.2 (2017-01-11) |
