doc: add LoRa behaviour change to release notes

Document the change in behaviour for `lora_send` and how to get back
the original behaviour.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2021-06-27 19:37:19 +10:00 committed by Christopher Friedt
commit e444a9a07e

View file

@ -207,6 +207,8 @@ Drivers and Sensors
* LoRa * LoRa
* lora_send now blocks until the transmission is complete. lora_send_async
can be used for the previous, non-blocking behaviour.
* Modem * Modem