Pārlūkot izejas kodu

update changelog for peek api

hathach 4 gadi atpakaļ
vecāks
revīzija
1e1bcda003
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      docs/changelog.md

+ 3 - 0
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