diff options
| author | hathach <[email protected]> | 2019-07-11 08:49:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-11 08:49:25 +0700 |
| commit | c784062aef7601969c87058ffb3368b25651a447 (patch) | |
| tree | e9b7f4b9cabd732068e7294dcd1e0dbccf9b1130 | |
| parent | f554a50507a15d6d74dd2b61c0936e7de4c73db0 (diff) | |
added changelog file0.5.0
| -rw-r--r-- | changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md new file mode 100644 index 000000000..5e3d27bec --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +# TinyUSB changelog + +## 0.5.0 (Initial Release) - 2019.07.10 + +First release, device stack works great, host stack works but still need improvement. +- Special thanks to @adafruit team, especially @tannewt to help out immensely to rework device stack: simplify osal & control transfer, adding SAMD21/SAMD51 ports, writing porting docs, adding MIDI class support etc... +- Thanks to @cr1901 for adding STM32F4 port. +- Thanks to @PTS93 and @todbot for HID raw API |
