docs/changelog/0.10.0.md
May 28, 2021
edpt_xfer_fifo() APIusbd_edpt_xfer_fifo()tud_cdc_peek(), tud_vendor_peek() no longer support random offset and dropped position parameter.Fix keyboard report descriptor template
Add more hid keys constant from 0x6B to 0xA4
[Breaking] rename API
HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_NONE/KEYBOARD/MOUSEtud_hid_boot_mode() to tud_hid_get_protocol()tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()Fix MIDI buffer overflow issue
[Breaking] rename API
tud_midi_read() to tud_midi_stream_read()tud_midi_write() to tud_midi_stream_write()tud_midi_receive() to tud_midi_packet_read()tud_midi_send() to tud_midi_packet_write()Thanks to everyone who contributed to this release: @alisitsyn, @corvus-ossifragus, @hathach, @jgressmann, @joeycastillo, @kapacuk, @kasjer, @kkitayam, @ned-pcs, @noodlefighter, @ogatatsu, @PanRe, @perigoso, @pigrew, @sjanc, @xmos-jmccarthy.