summaryrefslogtreecommitdiff
path: root/docs/changelog/0.5.0.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-30 22:27:27 +0700
committerGitHub <[email protected]>2026-06-30 22:27:27 +0700
commitdae3f9a366bfcddbf9dcf1b48d7500286a849539 (patch)
treea2dfc80a1f63f2a4ae3bb3942809bca58b35ae7d /docs/changelog/0.5.0.md
parent188b99892972aafa75495ccd4be61e6c97f47a69 (diff)
docs: convert changelog release notes from RST to Markdown (#3746)0.21.0
* docs: convert changelog release notes from RST to Markdown
Diffstat (limited to 'docs/changelog/0.5.0.md')
-rw-r--r--docs/changelog/0.5.0.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/changelog/0.5.0.md b/docs/changelog/0.5.0.md
new file mode 100644
index 000000000..a9af96a3e
--- /dev/null
+++ b/docs/changelog/0.5.0.md
@@ -0,0 +1,13 @@
+# 0.5.0
+
+*July 11, 2019*
+
+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
+
+## Contributors
+
+Thanks to everyone who contributed to this release: @cr1901, @gpshead, @hathach, @mithro, @tannewt, @timonsku, @zardam.