doc: release notes: Added truncate option addition to release notes 3.7

Added notes about the truncate option to release 3.7

Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com>
This commit is contained in:
RAJAGOPALAN GANGADHARAN 2024-05-27 22:52:56 +05:30 committed by Henrik Brix Andersen
commit d2c0bd9d27

View file

@ -440,6 +440,9 @@ Libraries / Subsystems
:kconfig:option:`CONFIG_FS_FATFS_MKFS` Kconfig option. This option is enabled by default if
:kconfig:option:`CONFIG_FILE_SYSTEM_MKFS` is set.
* FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
and by passing ``FS_O_TRUNC`` flag.
* POSIX API
* LoRa/LoRaWAN