diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst index 5a6d8f9c0c2..8ec88e3aa6a 100644 --- a/doc/releases/release-notes-2.5.rst +++ b/doc/releases/release-notes-2.5.rst @@ -79,6 +79,9 @@ API Changes standard way to identify the control signal in nodes that support power control. +* :c:type:`fs_tile_t` objects must now be initialized by calling + :c:func:`fs_file_t_init` before their first use. + Deprecated in this release ========================== @@ -372,6 +375,13 @@ Build and Infrastructure Libraries / Subsystems ********************** +* File systems + + * API + + * Added c:func:`fs_file_t_init` function for initialization of + c:type:`fs_file_t` objects. + * Disk * File Systems