From 227905ac4df141441ddea6a301cb9bd80821d2ca Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 4 Dec 2023 15:41:01 +0000 Subject: [PATCH] doc: release: 3.6: Add note on fixed MCUboot erase issue Adds a note that the shell mcuboot erase command can no longer erase the MCUboot or application slots Signed-off-by: Jamie McCrae --- doc/releases/release-notes-3.6.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-3.6.rst b/doc/releases/release-notes-3.6.rst index 3295a128ded603..1fc6620c75673b 100644 --- a/doc/releases/release-notes-3.6.rst +++ b/doc/releases/release-notes-3.6.rst @@ -280,9 +280,12 @@ Libraries / Subsystems * Implemented datetime functionality in MCUmgr OS management group, this makes use of the RTC driver API. - * Fixes an issue in MCUmgr console UART input whereby the FIFO would be read outside of an ISR, + * Fixed an issue in MCUmgr console UART input whereby the FIFO would be read outside of an ISR, which is not supported in the next USB stack. + * Fixed an issue whereby the ``mcuboot erase`` DFU shell command could be used to erase the + MCUboot or currently running application slot. + * File systems * Modem modules