doc: releases: add notes on reboot header location change

Inform about the reboot header location changes.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-04-27 12:10:20 +02:00 committed by Anas Nashif
commit 2ec53e99e3

View file

@ -326,6 +326,14 @@ Libraries / Subsystems
* Debug
* OS
* Reboot functionality has been moved to ``subsys/os`` from ``subsys/power``.
A consequence of this movement is that the ``<power/reboot.h>`` header has
been moved to ``<sys/reboot.h>``. ``<power/reboot.h>`` is still provided
for compatibility, but it will produce a warning to inform users of the
relocation.
HALs
****