Skip to content

Commit 7faed3b

Browse files
committed
Improved working in Changelog
1 parent 70a8f3a commit 7faed3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
3131
- `descriptive_header: str` replaced with `descriptive_headers: Sequence[str | rich.Column]`
3232
- Applies to parameter name when adding an argument to a parser as well as
3333
`set_descriptive_headers` and `get_descriptive_headers`
34-
- Restored `CompletionItem.description` and expanded its type to work with either `str` or
35-
`Sequence[str | rich.Column]`
34+
- `CompletionItem.description` type expanded from `str` to `str | Sequence[Any]`
3635
- `decorators` module breaking changes:
3736
- `_set_parser_prog` renamed to `set_parser_prog` (without the leading underscore) and moved
3837
to `argparse_custom` module

0 commit comments

Comments
 (0)