diff options
| author | hathach <[email protected]> | 2021-05-02 15:05:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-02 15:05:47 +0700 |
| commit | 1e1bcda00338194275eee4aae5280b7b5203f8d0 (patch) | |
| tree | 7a40eeeb0b88bac7f7cc544a04208ba3a6383101 /docs | |
| parent | 18c35bb89e74c3b3455ca7e7cd52a9a3cb1f2d4e (diff) | |
update changelog for peek api
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 96c7f6890..436259cee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,9 @@ - Rename tud_midi_receive() to tud_midi_packet_read() - Rename tud_midi_send() to tud_midi_packet_write() - New board stm32f072-eval +- Breaking changes + - tud_cdc_peek(), tud_vendor_peek() dropped position parameter. If needed, tu_fifo_get_read_info() can be used to peek + at random offset. ## 0.9.0 - 2021.03.12 |
