Skip to content

Commit 47568c0

Browse files
committed
Updated CHANGELOG
1 parent 62eccda commit 47568c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.1 (August 6, 2020)
2+
* Bug Fixes
3+
* 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
7+
18
## 1.3.0 (August 4, 2020)
29
* Enhancements
310
* Added CommandSet - Enables defining a separate loadable module of commands to register/unregister

0 commit comments

Comments
 (0)