Skip to content

Commit 84b6647

Browse files
committed
Add a couple more undocumented breaking chagnes to the CHANGELOG
1 parent 04d9adb commit 84b6647

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ time reading the [rich documentation](https://rich.readthedocs.io/).
2727
- Removed redundant setting of a parser's `prog` value in the `with_argparser()` decorator, as
2828
this is now handled centrally in `Cmd._build_parser()`
2929
- The `auto_load_commands` argument to `cmd2.Cmd.__init__` now defaults to `False`
30+
- `argparse_custom` module breaking changes:
31+
- `descriptive_header: str` replaced with `descriptive_headers: Sequence[str | rich.Column]`
32+
- Applies to parameter name when adding an argument to a parser as well as
33+
`set_descriptive_headers` and `get_descriptive_headers`
34+
- `decorators` module breaking changes:
35+
- `_set_parser_prog` renamed to `set_parser_prog` (without the leading underscore) and moved
36+
to `argparse_custom` module
3037

3138
- Enhancements
3239
- Enhanced all print methods (`poutput()`, `perror()`, `ppaged()`, etc.) to natively render

0 commit comments

Comments
 (0)