changelog: mention bool return for linked list add

This commit is contained in:
Matthias Ringwald 2019-11-27 18:06:38 +01:00
parent 78d0c67a11
commit c9a4f43caa

View File

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- GAP: allow to reject GAP classic connection via gap_register_classic_connection_filter
- GAP: support reading RSSI for Classic+LE using gap_read_rssi. Emits GAP_EVENT_RSSI_MEASUREMENT
- GAP: support setting Link Supervision Timetout for outgoing Classic connections using gap_set_link_supervision_timeout
- Linked List: return if item was added for `btstack_linked_list_add[_tail]`
## Changed
- Bluetooth and BTstack Error Codes and Events: collect status codes in bluetooth.h and events in btstack_defines.h