From 2ec53e99e371c1be39c4b71ddae1bcbd48f570b0 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 27 Apr 2021 12:10:20 +0200 Subject: [PATCH] doc: releases: add notes on reboot header location change Inform about the reboot header location changes. Signed-off-by: Gerard Marull-Paretas --- doc/releases/release-notes-2.6.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/release-notes-2.6.rst b/doc/releases/release-notes-2.6.rst index de45499cb2a..e5af20186d2 100644 --- a/doc/releases/release-notes-2.6.rst +++ b/doc/releases/release-notes-2.6.rst @@ -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 ```` header has + been moved to ````. ```` is still provided + for compatibility, but it will produce a warning to inform users of the + relocation. + HALs ****