From 24851026064d7912a9f91031e95ed71445842fd9 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 6 Sep 2024 13:57:15 +0100 Subject: [PATCH] doc: release: 4.0: Add note on new MCUmgr img mgmt slot info Adds information on the new img mgmt slot info command Signed-off-by: Jamie McCrae --- doc/releases/release-notes-4.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index d40d6ef6b7a495..b5bcacdb9e5c17 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -345,6 +345,8 @@ Libraries / Subsystems * Added support for custom os mgmt bootloader info responses using notification hooks, this can be enabled witbh :kconfig:option:`CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK`, the data structure is :c:struct:`os_mgmt_bootloader_info_data`. + * Added support for img mgmt slot info command, which allows for listing information on + images and slots on the device. * Logging