summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-08-23 14:44:02 +0700
committerGitHub <[email protected]>2022-08-23 14:44:02 +0700
commite3b4d3f4069f9abba3604b0ffb572235683c6ef1 (patch)
treed84a00d97e2064cdfff46c95f25a138a770e7048 /docs
parent9e91b02ec7fb3502747b5c413a4824654fa7fc7e (diff)
parent660e8f50a7b551eec7e02f78c828a54394920e51 (diff)
Merge pull request #1611 from hathach/fix-release-body
try to fix release body in tinyusb_src (not tested)
Diffstat (limited to 'docs')
-rw-r--r--docs/info/changelog.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/info/changelog.rst b/docs/info/changelog.rst
index 67bb6af65..da29e04fb 100644
--- a/docs/info/changelog.rst
+++ b/docs/info/changelog.rst
@@ -57,8 +57,7 @@ Host Stack
- Support app-level enumeration with new APIs
- tuh_descriptor_get(), tuh_descriptor_get_device(), tuh_descriptor_get_configuration(), tuh_descriptor_get_hid_report()
- tuh_descriptor_get_string(), tuh_descriptor_get_manufacturer_string(), tuh_descriptor_get_product_string(), tuh_descriptor_get_serial_string()
- - Also add _sync() as sync/blocking version for above APIs
-
+ - Also add _sync() as sync/blocking version for above APIs
0.13.0
======