doc: release: 3.5: Add note on 2 fixed MCUmgr bugs

Adds notes on a fixed settings_mgmt and fs_mgmt bug

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-10-12 09:01:52 +01:00 committed by Johan Hedberg
parent 24e3966c98
commit 16bb226593

View file

@ -800,6 +800,11 @@ Libraries / Subsystems
* Added STM32 SPI backend for EC Host command protocol.
* Fixed settings_mgmt returning unknown error instead of invalid key specified error.
* Fixed fs_mgmt returning parameter too large error instead of file is empty error when
attempting to hash/checksum a file which is empty.
* File systems
* Added support for ext2 file system.