doc: relnotes: Add a short comment about the timeout change

Briefly describe how the s32_t parameter has been "deprecated" in favor
of k_timemout_t.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-04-02 17:35:48 +02:00 committed by Ioannis Glaropoulos
commit fc5bf8ad41

View file

@ -24,6 +24,16 @@ API Changes
Deprecated in this release
==========================
* Kernel
* k_uptime_delta_32(), use k_uptime_delta()
* Timeout values
* All timeout values are now encapsulated k_timeout_t opaque structure when
passing them to the kernel. If you want to revert to the previous s32_t
type for the timeout parameter pleae enable the
CONFIG_LEGACY_TIMEOUT_API Kconfig option
* Bluetooth
* BT_LE_SCAN_FILTER_DUPLICATE, use BT_LE_SCAN_OPT_FILTER_DUPLICATE instead