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 ****