Skip to content

Commit 4c7688b

Browse files
committed
Updated CHANGELOG.
1 parent 970ff2d commit 4c7688b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ prompt is displayed.
7272
- Renamed `cmd2_handler` to `cmd2_subcmd_handler` in the `argparse.Namespace` for clarity.
7373
- Removed `Cmd2AttributeWrapper` class. `argparse.Namespace` objects passed to command functions
7474
now contain direct attributes for `cmd2_statement` and `cmd2_subcmd_handler`.
75+
- Renamed `cmd2/command_definition.py` to `cmd2/command_set.py`.
7576
- Removed `Cmd.doc_header` and the `with_default_category` decorator. Help categorization is now
7677
driven by the `DEFAULT_CATEGORY` class variable (see **Simplified command categorization** in
7778
the Enhancements section below for details).

0 commit comments

Comments
 (0)