doc: releasenotes 2.5: Add notes on addition fs_file_t_init

The commit adds notes on addition on fs_file_t_init function and its
impact on File system API.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2021-02-02 08:30:13 +00:00 committed by Anas Nashif
commit c8d1c3ba2c

View file

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