doc: release: 2.4: Move shell note to right place

There are two shell sections on documentation.  Move last section to
right place to fix documentation style.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2020-09-25 00:04:22 -03:00 committed by Maureen Helm
commit 3d6ab6b8f3

View file

@ -733,23 +733,20 @@ Libraries / Subsystems
library footprint when some options are not enabled, so you should wait for
future releases if higher ROM usage is a concern for your application.
* Shell:
* Switched to use kernel stacks.
* Fixed select command.
* Fixed prompting dynamic commands.
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments are
passed. Before 2.3 extra arguments were joined to the last argument.
In 2.3 extra arguments caused a fault. Now the shell will report that
the command cannot be processed.
* Tracing:
* Tracing backed API now checks if init function exists prio to calling it.
* Shell:
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments
are passed. Before 2.3 extra arguments were joined to the last argument.
In 2.3 extra arguments caused a fault. Now the shell will report that the
command cannot be processed.
* Debug:
* Core Dump: