diff --git a/doc/releases/release-notes-2.6.rst b/doc/releases/release-notes-2.6.rst index e5af20186d2..6e426ead899 100644 --- a/doc/releases/release-notes-2.6.rst +++ b/doc/releases/release-notes-2.6.rst @@ -309,6 +309,12 @@ Libraries / Subsystems * 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 * LVGL