Commit c8d1c3ba authored by Dominik Ermel's avatar Dominik Ermel Committed by Anas Nashif
Browse files

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: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 0e6a2e03
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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