Skip to content

Commit c8d1c3b

Browse files
de-nordicnashif
authored andcommitted
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 <[email protected]>
1 parent 0e6a2e0 commit c8d1c3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ API Changes
7979
standard way to identify the control signal in nodes that support power
8080
control.
8181

82+
* :c:type:`fs_tile_t` objects must now be initialized by calling
83+
:c:func:`fs_file_t_init` before their first use.
84+
8285
Deprecated in this release
8386
==========================
8487

@@ -372,6 +375,13 @@ Build and Infrastructure
372375
Libraries / Subsystems
373376
**********************
374377

378+
* File systems
379+
380+
* API
381+
382+
* Added c:func:`fs_file_t_init` function for initialization of
383+
c:type:`fs_file_t` objects.
384+
375385
* Disk
376386

377387
* File Systems

0 commit comments

Comments
 (0)