Skip to content

Commit 3d6ab6b

Browse files
nandojveMaureenHelm
authored andcommitted
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 <[email protected]>
1 parent 57c099a commit 3d6ab6b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/releases/release-notes-2.4.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -733,23 +733,20 @@ Libraries / Subsystems
733733
library footprint when some options are not enabled, so you should wait for
734734
future releases if higher ROM usage is a concern for your application.
735735

736-
737736
* Shell:
738737

739738
* Switched to use kernel stacks.
740739
* Fixed select command.
741740
* Fixed prompting dynamic commands.
741+
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments are
742+
passed. Before 2.3 extra arguments were joined to the last argument.
743+
In 2.3 extra arguments caused a fault. Now the shell will report that
744+
the command cannot be processed.
742745

743746

744747
* Tracing:
745748
* Tracing backed API now checks if init function exists prio to calling it.
746749

747-
* Shell:
748-
* Change behavior when more than ``CONFIG_SHELL_ARGC_MAX`` arguments
749-
are passed. Before 2.3 extra arguments were joined to the last argument.
750-
In 2.3 extra arguments caused a fault. Now the shell will report that the
751-
command cannot be processed.
752-
753750
* Debug:
754751

755752
* Core Dump:

0 commit comments

Comments
 (0)