Skip to content

Commit

Permalink
Update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Nov 5, 2024
1 parent 090995e commit 6837a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* Simplified the process to set a custom parser for `cmd2's` built-in commands.
See [custom_parser.py](https://github.com/python-cmd2/cmd2/blob/master/examples/custom_parser.py)
example for more details.
* Integrated `rich-argparse` with `Cmd2HelpFormatter`.
* Added `RawDescriptionCmd2HelpFormatter`, `RawTextCmd2HelpFormatter`, `ArgumentDefaultsCmd2HelpFormatter`,
and `MetavarTypeCmd2HelpFormatter` and they all use `rich-argparse`.

## 2.5.3 (November 5, 2024)
* Enhancements
Expand Down

0 comments on commit 6837a1b

Please sign in to comment.