doc: release-notes-3.2: release notes for shell

Add release notes for the shell subsystem.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
Jakub Rzeszutko 2022-09-30 12:46:03 +02:00 committed by Fabio Baltieri
parent 175cc385c4
commit 02355bc2fc

View file

@ -1525,6 +1525,13 @@ Libraries / Subsystems
* Shell
* Added new API function checking shell readiness: :c:func:`shell_ready`.
* Added option to control formatting of the logging timestamp.
* Added missing asserts to the shell api functions.
* MQTT backend: bug fix to handle negative return value of the wait function.
* A new ``backends`` command that lists the name and number of active shell backends.
* Fixed handling mandatory args with optional raw arg.
* Storage
* Testsuite
@ -1659,6 +1666,7 @@ Tests and Samples
introduce tests as well.
* smp_svr Bluetooth overlay (overlay-bt) has been reworked to increase
throughput and enable packet reassembly.
* Added test for the new shell API function: :c:func:`shell_ready`.
Issue Related Items
*******************