We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6a2e0 commit c8d1c3bCopy full SHA for c8d1c3b
doc/releases/release-notes-2.5.rst
@@ -79,6 +79,9 @@ API Changes
79
standard way to identify the control signal in nodes that support power
80
control.
81
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
+
85
Deprecated in this release
86
==========================
87
@@ -372,6 +375,13 @@ Build and Infrastructure
372
375
Libraries / Subsystems
373
376
**********************
374
377
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
385
* Disk
386
387
* File Systems
0 commit comments