doc: releases: document zbus_chan_add_obs changes

Document the changes to the ZBus function `zbus_chan_add_obs`.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-01-21 09:01:37 +10:00 committed by Benjamin Cabé
parent 19d123fc43
commit 1ce32f0633

View File

@ -293,6 +293,13 @@ SPI
Other subsystems
****************
ZBus
====
* The function :c:func:`zbus_chan_add_obs` now requires a :c:struct:`zbus_observer_node` as an argument,
which was previously allocated through :c:func:`k_malloc` internally. The structure must remain valid
in memory until :c:func:`zbus_chan_rem_obs` is called.
Modules
*******