doc: releases: add notes on device_pm_control_nop removal

Add details on the removal of device_pm_control_nop.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-04-28 22:49:48 +02:00 committed by Anas Nashif
commit e6248db31d

View file

@ -309,6 +309,12 @@ Libraries / Subsystems
* Power management * Power management
* ``device_pm_control_nop`` has been removed in favor of ``NULL`` when device
PM is not supported by a device. In order to make transition easier for
out-of-tree users a macro with the same name is provided as an alias to
``NULL``. The macro is flagged as deprecated to make users aware of the
change.
* Logging * Logging
* LVGL * LVGL