From b3c515075301fb49ee7651e1770ed68cddad3beb Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 5 Oct 2023 10:29:29 +0100 Subject: [PATCH] doc: release: 3.5: Add fixed bug to MCUboot log Adds a note on a bug being fixed with align on non-swap modes Signed-off-by: Jamie McCrae --- doc/releases/release-notes-3.5.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releases/release-notes-3.5.rst b/doc/releases/release-notes-3.5.rst index 3e72a03951..63be9550fa 100644 --- a/doc/releases/release-notes-3.5.rst +++ b/doc/releases/release-notes-3.5.rst @@ -507,6 +507,8 @@ MCUboot * Fixed issue with serial recovery use of MBEDTLS having undefined operations which led to usage faults when the secondary slot image was encrypted. + * Fixed issue with bootutil asserting on maximum alignment in non-swap modes. + * Added error output when flash device fails to open and asserts are disabled, which will now panic the bootloader.