Skip to content

Commit 2bb7f34

Browse files
committed
Updated change log
1 parent 3ada4bd commit 2bb7f34

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
## 1.3.2 (August 7, 2020)
2+
* Bug Fixes
3+
* Fixed `prog` value of subcommands added with `as_subcommand_to()` decorator.
4+
* Fixed missing settings in subcommand parsers created with `as_subcommand_to()` decorator. These settings
5+
include things like description and epilog text.
6+
17
## 1.3.1 (August 6, 2020)
28
* Bug Fixes
39
* Fixed issue determining whether an argparse completer function required a reference to a containing
4-
CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse
5-
argument completer function. Manifested as a TypeError when using `cmd2.Cmd.path_complete` as a completer
6-
for an argparse-based command defined in a CommandSet
10+
CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse
11+
argument completer function. Manifested as a TypeError when using `cmd2.Cmd.path_complete` as a completer
12+
for an argparse-based command defined in a CommandSet
713

814
## 1.3.0 (August 4, 2020)
915
* Enhancements

0 commit comments

Comments
 (0)