Skip to content

Commit fded84c

Browse files
committed
Add breaking change note about change to CompletionItem class
1 parent 84b6647 commit fded84c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ 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+
- `CompletionItem.description: str` changed to
35+
`CompletionItem.descriptive_data: Sequence[str | rich.Column]`
3436
- `decorators` module breaking changes:
3537
- `_set_parser_prog` renamed to `set_parser_prog` (without the leading underscore) and moved
3638
to `argparse_custom` module

0 commit comments

Comments
 (0)