doc: release-notes: mention API change for lorawan_send

The message type parameter was changed to the more explicit enum.
Existing code with unconfirmed message type has to be updated.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2022-03-03 11:15:04 +01:00 committed by Carles Cufí
commit 565fc4d29c

View file

@ -19,6 +19,10 @@ API Changes
Changes in this release
=======================
* LoRaWAN: The message type parameter in :c:func:`lorawan_send` was changed
from ``uint8_t`` to ``enum lorawan_message_type``. If ``0`` was passed for
unconfirmed message, this has to be changed to ``LORAWAN_MSG_UNCONFIRMED``.
Removed APIs in this release
============================