From d2c0bd9d2776b001717eb6dca1e87efba1331829 Mon Sep 17 00:00:00 2001 From: RAJAGOPALAN GANGADHARAN Date: Mon, 27 May 2024 22:52:56 +0530 Subject: [PATCH] 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 --- doc/releases/release-notes-3.7.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 289d3cb7a81..c206accd7fb 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -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