doc: release: Add note about multicast monitor's new IPv4 support

Add release note about multicast group join/leave monitor API change.

Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
This commit is contained in:
Markus Fuchs 2021-09-23 23:30:01 +02:00 committed by Christopher Friedt
commit 643242423b

View file

@ -126,6 +126,12 @@ Stable API changes in this release
structure contains two members: ``handles``, which was moved from
:c:struct:`bt_gatt_read_params`, and ``variable``.
* Networking
* Added IPv4 address support to the multicast group join/leave monitor. The
address parameter passed to the callback function was therefore changed from
``in6_addr`` to ``net_addr`` type.
Kernel
******