Skip to content

Commit c851f64

Browse files
committed
Fixed formatting in change log.
1 parent 343fcad commit c851f64

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ shell, and the option for a persistent bottom bar that can display realtime stat
2727
`cmd2.Cmd.async_alert`
2828
- Removed `cmd2.Cmd.async_refresh_prompt` and `cmd2.Cmd.need_prompt_refresh` as they are no
2929
longer needed
30-
- `completer` functions must now return a `cmd2.Completions` object instead of `list[str]`.
31-
- `choices_provider` functions must now return a `cmd2.Choices` object instead of `list[str]`.
32-
- An argparse argument's `descriptive_headers` field is now called `table_header`.
33-
- `CompletionItem.descriptive_data` is now called `CompletionItem.table_row`.
34-
- `Cmd.default_sort_key` moved to `utils.DEFAULT_STR_SORT_KEY`.
35-
- Moved completion state data, which previously resided in `Cmd`, into other classes.
36-
1. `Cmd.matches_sorted` -> `Completions.is_sorted` and `Choices.is_sorted`
37-
1. `Cmd.completion_hint` -> `Completions.completion_hint`
38-
1. `Cmd.formatted_completions` -> `Completions.completion_table`
39-
1. `Cmd.matches_delimited` -> `Completions.is_delimited`
40-
1. `Cmd.allow_appended_space/allow_closing_quote` -> `Completions.allow_finalization`
30+
- `completer` functions must now return a `cmd2.Completions` object instead of `list[str]`.
31+
- `choices_provider` functions must now return a `cmd2.Choices` object instead of `list[str]`.
32+
- An argparse argument's `descriptive_headers` field is now called `table_header`.
33+
- `CompletionItem.descriptive_data` is now called `CompletionItem.table_row`.
34+
- `Cmd.default_sort_key` moved to `utils.DEFAULT_STR_SORT_KEY`.
35+
- Moved completion state data, which previously resided in `Cmd`, into other classes.
36+
1. `Cmd.matches_sorted` -> `Completions.is_sorted` and `Choices.is_sorted`
37+
1. `Cmd.completion_hint` -> `Completions.completion_hint`
38+
1. `Cmd.formatted_completions` -> `Completions.completion_table`
39+
1. `Cmd.matches_delimited` -> `Completions.is_delimited`
40+
1. `Cmd.allow_appended_space/allow_closing_quote` -> `Completions.allow_finalization`
4141
- Enhancements
4242
- New `cmd2.Cmd` parameters
4343
- **auto_suggest**: (boolean) if `True`, provide fish shell style auto-suggestions. These

0 commit comments

Comments
 (0)